Usage:
$this->stylesheets->add('foo.css', array('media' => 'print'));
echo $this->stylesheets;
| METHODS | |
|---|---|
add()
| adds a stylesheets file. |
get()
| returns all stylesheet files. |
__toString()
| returns a string representation of this helper as HTML. |
getName()
| returns the canonical name of this helper. |
Adds a stylesheets file.
| ARGUMENTS | |
|---|---|
$stylesheet |
A stylesheet file path |
$attributes |
An array of attributes |
Returns all stylesheet files.
| ARGUMENTS |
|---|
Returns a string representation of this helper as HTML.
returns The HTML representation of the stylesheets
Returns the canonical name of this helper.
returns The canonical name
