PHP Класс Proem\Proem

Responsible for aiding in the bootstrap process.
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$assetManager Proem\Asset\AssetManagerInterface Store the asset manager.

Открытые методы

Метод Описание
__construct ( Proem\Service\AssetManagerInterface $assetManager = null ) Setup.
bootstrap ( Proem\Signal\EventInterface $initEvent = null ) Bootstrap the framework / application.

Описание методов

__construct() публичный Метод

Setup.
public __construct ( Proem\Service\AssetManagerInterface $assetManager = null )
$assetManager Proem\Service\AssetManagerInterface

bootstrap() публичный Метод

Bootstrap the framework / application.
public bootstrap ( Proem\Signal\EventInterface $initEvent = null )
$initEvent Proem\Signal\EventInterface An optional event to be triggered on init.

Описание свойств

$assetManager защищенное свойство

Store the asset manager.
protected Proem\Asset\AssetManagerInterface $assetManager
Результат Proem\Asset\AssetManagerInterface