interface CssInterface

Interface to be implemented to return css data for library

Methods

array|null
getCss(string $version)

Use this method to add data for css, keep latest version above

Details

at line 23
array|null getCss(string $version)

Use this method to add data for css, keep latest version above

Parameters

string $version

Return Value

array|null