assets_bag
class assets_bag
Properties
protected asset[] | $stylesheets | ||
protected asset[] | $scripts |
Methods
asset[]
get_stylesheets()
Returns all css assets
asset[]
get_scripts()
Returns all js assets
string
get_stylesheets_content()
Returns the HTML code to include all css assets
string
get_scripts_content()
Returns the HTML code to include all js assets
Details
at line 29
add_stylesheet(asset $asset)
Add a css asset to the bag
at line 39
add_script(asset $asset)
Add a js script asset to the bag
at line 49
asset[]
get_stylesheets()
Returns all css assets
at line 59
asset[]
get_scripts()
Returns all js assets
at line 69
string
get_stylesheets_content()
Returns the HTML code to include all css assets
at line 85
string
get_scripts_content()
Returns the HTML code to include all js assets