|
ultimix
|
Public Member Functions | |
| __construct () | |
| join_stylesheets ($Files) | |
| compile_stylesheets (&$Settings) | |
| add_stylesheet ($Path, $Join=false) | |
Data Fields | |
| $CSSFiles = array() | |
| $Cache = false | |
| $CachedMultyFS = false | |
| $PageComposer = false | |
| $Security = false | |
| $String = false | |
| $Tags = false | |
| $Trace = false | |
Page composer utilities.
Definition at line 26 of file page_css.php.
| __construct | ( | ) |
Constructor.
Definition at line 68 of file page_css.php.
| add_stylesheet | ( | $Path, | |
$Join = false |
|||
| ) |
Function adds stylesheet to include queue.
| $Path | - Path to the stylesheet. |
| $Join | - Should this stylesheet be joined with others. |
| Exception | An exception of this type is thrown. |
Definition at line 498 of file page_css.php.
| compile_stylesheets | ( | & | $Settings | ) |
Function outputs style sheets.
| $Settings | - Settings. |
| Exception | An exception of this type is thrown. |
Definition at line 455 of file page_css.php.
| join_stylesheets | ( | $Files | ) |
Function unites stylesheets.
| $Files | - Array of files to unite. |
| Exception | An exception of this type is thrown. |
Definition at line 375 of file page_css.php.
| $Cache = false |
Cached object.
Definition at line 50 of file page_css.php.
| $CachedMultyFS = false |
Definition at line 51 of file page_css.php.
| $CSSFiles = array() |
Array keeps all file paths to be included.
Definition at line 38 of file page_css.php.
| $PageComposer = false |
Definition at line 52 of file page_css.php.
| $Security = false |
Definition at line 53 of file page_css.php.
| $String = false |
Definition at line 54 of file page_css.php.
| $Tags = false |
Definition at line 55 of file page_css.php.
| $Trace = false |
Definition at line 56 of file page_css.php.