PHP Класс Redaxscript\Assetic\Loader

С версии: 3.0.0
Автор: Henry Ruhs
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$_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