PHP 클래스 Proem\Proem

Responsible for aiding in the bootstrap process.
파일 보기 프로젝트 열기: proem/proem 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$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