Public Member Functions | |
| getCss () | |
| loadedCss () | |
| load ($css, $media= 'all') | |
| loadFromModule ($moduleLabel, $lib, $media= 'all') | |
Static Public Member Functions | |
| static | getInstance () |
Private Member Functions | |
| __construct () | |
Private Attributes | |
| $css | |
| $pathList | |
Static Private Attributes | |
| static | $instance = false |
Definition at line 174 of file loader.lib.php.
| __construct | ( | ) | [private] |
Definition at line 180 of file loader.lib.php.
| getCss | ( | ) |
Definition at line 191 of file loader.lib.php.
| static getInstance | ( | ) | [static] |
Definition at line 302 of file loader.lib.php.
| load | ( | $ | css, | |
| $ | media = 'all' | |||
| ) |
Load a css file
| string | lib css file url relative to one of the declared css paths |
Definition at line 207 of file loader.lib.php.
| loadedCss | ( | ) |
Definition at line 196 of file loader.lib.php.
| loadFromModule | ( | $ | moduleLabel, | |
| $ | lib, | |||
| $ | media = 'all' | |||
| ) |
Definition at line 254 of file loader.lib.php.
$css [private] |
Definition at line 178 of file loader.lib.php.
$instance = false [static, private] |
Definition at line 176 of file loader.lib.php.
$pathList [private] |
Definition at line 178 of file loader.lib.php.
1.6.3