PHP 클래스 Horde_Script_File_External, horde

저자: Michael Slusarz ([email protected])
상속: extends Horde_Script_File
파일 보기 프로젝트 열기: horde/horde

공개 프로퍼티들

프로퍼티 타입 설명
$cache External scripts are not cached.

보호된 프로퍼티들

프로퍼티 타입 설명
$_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.

공개 메소드들

메소드 설명
__construct ( string $url ) Adds an external javascript script to the output.
__get ( $name )

메소드 상세

__construct() 공개 메소드

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

__get() 공개 메소드

public __get ( $name )

프로퍼티 상세

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

$_url 보호되어 있는 프로퍼티

External URL.
protected $_url

$cache 공개적으로 프로퍼티

External scripts are not cached.
public $cache