PHP 클래스 Horde_Script_File, horde

저자: Michael Slusarz ([email protected])
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$cache string The cache group this file should be output in.
$jsvars array Javascript variables that should be output to the page.

보호된 프로퍼티들

프로퍼티 타입 설명
$_app string Application.
$_file string Filename.
$_priority integer Priority.

공개 메소드들

메소드 설명
__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 ( )

보호된 메소드들

메소드 설명
_url ( string $file, boolean $full ) : Horde_Url Create a static javascript URL.

메소드 상세

__construct() 공개 메소드

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.
public __construct ( string $file, string $app = null )
$file string The full javascript file name.
$app string The application name. Defaults to the current application.

__get() 공개 메소드

public __get ( $name )

__set() 공개 메소드

public __set ( $name, $value )

__toString() 공개 메소드

public __toString ( )

_url() 보호된 메소드

Create a static javascript URL.
protected _url ( string $file, boolean $full ) : Horde_Url
$file string File name.
$full boolean Return full URL?
리턴 Horde_Url URL.

프로퍼티 상세

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

Application.
protected string $_app
리턴 string

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

Filename.
protected string $_file
리턴 string

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

Priority.
protected int $_priority
리턴 integer

$cache 공개적으로 프로퍼티

The cache group this file should be output in.
public string $cache
리턴 string

$jsvars 공개적으로 프로퍼티

Javascript variables that should be output to the page.
public array $jsvars
리턴 array