PHP Class Horde_Script_File_External, horde

Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_Script_File
Datei anzeigen Open project: horde/horde

Public Properties

Property Type Description
$cache External scripts are not cached.

Protected Properties

Property Type Description
$_priority 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).
$_url External URL.

Public Methods

Method Description
__construct ( string $url ) Adds an external javascript script to the output.
__get ( $name )

Method Details

__construct() public method

Adds an external javascript script to the output.
public __construct ( string $url )
$url string The URL to the external script file.

__get() public method

public __get ( $name )

Property Details

$_priority protected_oe property

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).
protected $_priority

$_url protected_oe property

External URL.
protected $_url

$cache public_oe property

External scripts are not cached.
public $cache