PHP Class Proem\Proem

Responsible for aiding in the bootstrap process.
Mostra file Open project: proem/proem Class Usage Examples

Protected Properties

Property Type Description
$assetManager Proem\Asset\AssetManagerInterface Store the asset manager.

Public Methods

Method Description
__construct ( Proem\Service\AssetManagerInterface $assetManager = null ) Setup.
bootstrap ( Proem\Signal\EventInterface $initEvent = null ) Bootstrap the framework / application.

Method Details

__construct() public method

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

bootstrap() public method

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

Property Details

$assetManager protected_oe property

Store the asset manager.
protected Proem\Asset\AssetManagerInterface $assetManager
return Proem\Asset\AssetManagerInterface