Neos\Flow\Package\PackageInterface::boot PHP Method

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
    public function boot(Bootstrap $bootstrap);