PHP 클래스 Redaxscript\Assetic\Loader

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

보호된 프로퍼티들

프로퍼티 타입 설명
$_collectionArray array collection of the loader
$_registry object instance of the registry class

공개 메소드들

메소드 설명
__construct ( Registry $registry ) constructor of the class
concat ( array $optionArray = [], array $rewriteArray = [] ) : Loader concat the collection
getCollectionArray ( ) : array get the collection array
init ( array $collectionArray = [] ) : Loader init the class

보호된 메소드들

메소드 설명
_getContent ( array $bundleArray = [], array $rewriteArray = [] ) : string get the content

메소드 상세

__construct() 공개 메소드

constructor of the class
부터: 3.0.0
public __construct ( Registry $registry )
$registry Redaxscript\Registry instance of the registry class

_getContent() 보호된 메소드

get the content
부터: 3.0.0
protected _getContent ( array $bundleArray = [], array $rewriteArray = [] ) : string
$bundleArray array
$rewriteArray array
리턴 string

concat() 공개 메소드

concat the collection
부터: 3.0.0
public concat ( array $optionArray = [], array $rewriteArray = [] ) : Loader
$optionArray array
$rewriteArray array
리턴 Loader

getCollectionArray() 공개 메소드

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

init() 공개 메소드

init the class
부터: 3.0.0
public init ( array $collectionArray = [] ) : Loader
$collectionArray array
리턴 Loader

프로퍼티 상세

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

collection of the loader
protected array $_collectionArray
리턴 array

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

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