class Package extends Package (View source)

The Neos Fusion Package

Methods

void
boot(Bootstrap $bootstrap)

Invokes custom PHP code directly after the package manager has been initialized.

Details

void boot(Bootstrap $bootstrap)

Invokes custom PHP code directly after the package manager has been initialized.

Parameters

Bootstrap $bootstrap

The current bootstrap

Return Value

void