Property | Type | Description | |
---|---|---|---|
$_collectionArray | array | collection of the loader | |
$_registry | object | instance of the registry class |
Method | Description | |
---|---|---|
__construct ( |
constructor of the class | |
concat ( array $optionArray = [], array $rewriteArray = [] ) : |
concat the collection | |
getCollectionArray ( ) : array | get the collection array | |
init ( array $collectionArray = [] ) : |
init the class |
Method | Description | |
---|---|---|
_getContent ( array $bundleArray = [], array $rewriteArray = [] ) : string | get the content |
public __construct ( |
||
$registry | instance of the registry class |
public getCollectionArray ( ) : array | ||
return | array |
protected array $_collectionArray | ||
return | array |
protected object $_registry | ||
return | object |