프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$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 ) |
public __construct ( string $url ) | ||
$url | string | The URL to the external script file. |
protected $_priority |