PHP Class Neos\Kickstarter\Package

Inheritance: extends Neos\Flow\Package\Package
Show file Open project: neos/flow-development-collection

Public Methods

Method Description
boot ( Bootstrap $bootstrap ) : void Invokes custom PHP code directly after the package manager has been initialized.

Method Details

boot() public method

Invokes custom PHP code directly after the package manager has been initialized.
public boot ( Bootstrap $bootstrap ) : void
$bootstrap Neos\Flow\Core\Bootstrap The current bootstrap
return void