Javascript variables that should be output to the page.
Type
array
$priority
$priority : integer
Script priority
Type
integer
$app
$app : string
Application.
Type
string
$file
$file : string
Filename.
Type
string
$full_path
$full_path : string
Full path to file on filesystem.
Type
string
$hash
$hash : string
Hash value of this file.
Type
string
$modified
$modified : integer
Last modification time of the file.
Type
integer
$path
$path : string
Full filesystem path to script.
Type
string
$tag
$tag : string
HTML script tag to relative URL.
Type
string
$tag_full
$tag_full : string
HTML script tag to full URL.
Type
string
$uncompressed
$uncompressed : \Horde_Script_File
Return the object
representing the
uncompressed script.
Type
\Horde_Script_File
$url
$url : \Horde_Url
URL to script.
Type
\Horde_Url
$url_full
$url_full : \Horde_Url
Full URL to script.
Type
\Horde_Url
$_app
$_app : string
Application.
Type
string
$_file
$_file : string
Filename.
Type
string
$_priority
$_priority : integer
By default, put external scripts as very low priority so it doesn't
break-up caching collections (since a non-cached script will cause
separate cache files to be created).