PHP 클래스 Redaxscript\Assetic\Transport

부터: 3.0.0
저자: Henry Ruhs
파일 보기 프로젝트 열기: redaxmedia/redaxscript 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_language object instance of the language class
$_registry object instance of the registry class
$_registryArray array registry array to be transported

공개 메소드들

메소드 설명
__construct ( Registry $registry, Language $language ) constructor of the class
getArray ( ) : array get the array
render ( string $key = null, mixed $value = null ) : string render the javascript variables

메소드 상세

__construct() 공개 메소드

constructor of the class
부터: 2.4.0
public __construct ( Registry $registry, Language $language )
$registry Redaxscript\Registry instance of the registry class
$language Redaxscript\Language instance of the language class

getArray() 공개 메소드

get the array
부터: 3.0.0
public getArray ( ) : array
리턴 array

render() 공개 메소드

render the javascript variables
부터: 3.0.0
public render ( string $key = null, mixed $value = null ) : string
$key string
$value mixed
리턴 string

프로퍼티 상세

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

instance of the language class
protected object $_language
리턴 object

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

instance of the registry class
protected object $_registry
리턴 object

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

registry array to be transported
부터: 3.0.0
protected array $_registryArray
리턴 array