|
ultimix
|
Public Member Functions | |
| __construct () | |
| join_scripts ($Files) | |
| compile_scripts (&$Settings) | |
| add_javascript ($Path, $Join=true) | |
Data Fields | |
| $JSFiles = 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_js.php.
| __construct | ( | ) |
Constructor.
Definition at line 68 of file page_js.php.
| add_javascript | ( | $Path, | |
$Join = true |
|||
| ) |
Function adds javascript to include queue.
| $Path | - Path to the script. |
| $Join | - Should this script be joined with others. |
| Exception | An exception of this type is thrown. |
Definition at line 402 of file page_js.php.
| compile_scripts | ( | & | $Settings | ) |
Function outputs scripts.
| $Settings | - Settings. |
| Exception | An exception of this type is thrown. |
Definition at line 359 of file page_js.php.
| join_scripts | ( | $Files | ) |
Function unites scripts.
| $Files | - Array of files to unite. |
| Exception | An exception of this type is thrown. |
Definition at line 260 of file page_js.php.
| $Cache = false |
Cached object.
Definition at line 50 of file page_js.php.
| $CachedMultyFS = false |
Definition at line 51 of file page_js.php.
| $JSFiles = array() |
Array keeps all file paths to be included.
Definition at line 38 of file page_js.php.
| $PageComposer = false |
Definition at line 52 of file page_js.php.
| $Security = false |
Definition at line 53 of file page_js.php.
| $String = false |
Definition at line 54 of file page_js.php.
| $Tags = false |
Definition at line 55 of file page_js.php.
| $Trace = false |
Definition at line 56 of file page_js.php.