Property | Type | Description | |
---|---|---|---|
$cache | string | The cache group this file should be output in. | |
$jsvars | array | Javascript variables that should be output to the page. |
Property | Type | Description | |
---|---|---|---|
$_app | string | Application. | |
$_file | string | Filename. | |
$_priority | integer | Priority. |
Method | Description | |
---|---|---|
__construct ( string $file, string $app = null ) | Adds a single javascript script to the output (if output has already started), or to the list of script files to include in the output. | |
__get ( $name ) | ||
__set ( $name, $value ) | ||
__toString ( ) |
Method | Description | |
---|---|---|
_url ( string $file, boolean $full ) : Horde_Url | Create a static javascript URL. |
public __construct ( string $file, string $app = null ) | ||
$file | string | The full javascript file name. |
$app | string | The application name. Defaults to the current application. |
public string $cache | ||
return | string |
public array $jsvars | ||
return | array |