PHP Class Dumplie\SharedKernel\Application\Kernel

Datei anzeigen Open project: dumplie/dumplie Class Usage Examples

Public Methods

Method Description
__construct ( )
boot ( Dumplie\SharedKernel\Application\ServiceLocator $locator )
build ( Dumplie\SharedKernel\Application\ServiceContainer $container )
register ( Dumplie\SharedKernel\Application\Extension $extension )

Method Details

__construct() public method

public __construct ( )

boot() public method

public boot ( Dumplie\SharedKernel\Application\ServiceLocator $locator )
$locator Dumplie\SharedKernel\Application\ServiceLocator

build() public method

public build ( Dumplie\SharedKernel\Application\ServiceContainer $container )
$container Dumplie\SharedKernel\Application\ServiceContainer

register() public method

public register ( Dumplie\SharedKernel\Application\Extension $extension )
$extension Dumplie\SharedKernel\Application\Extension