PHP Class Redaxscript\Assetic\Loader

Since: 3.0.0
Author: Henry Ruhs
Show file Open project: redaxmedia/redaxscript Class Usage Examples

Protected Properties

Property Type Description
$_collectionArray array collection of the loader
$_registry object instance of the registry class

Public Methods

Method Description
__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

Protected Methods

Method Description
_getContent ( array $bundleArray = [], array $rewriteArray = [] ) : string get the content

Method Details

__construct() public method

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

_getContent() protected method

get the content
Since: 3.0.0
protected _getContent ( array $bundleArray = [], array $rewriteArray = [] ) : string
$bundleArray array
$rewriteArray array
return string

concat() public method

concat the collection
Since: 3.0.0
public concat ( array $optionArray = [], array $rewriteArray = [] ) : Loader
$optionArray array
$rewriteArray array
return Loader

getCollectionArray() public method

get the collection array
Since: 3.0.0
public getCollectionArray ( ) : array
return array

init() public method

init the class
Since: 3.0.0
public init ( array $collectionArray = [] ) : Loader
$collectionArray array
return Loader

Property Details

$_collectionArray protected property

collection of the loader
protected array $_collectionArray
return array

$_registry protected property

instance of the registry class
protected object $_registry
return object