interface BootablePackageInterface (View source)

An interface to indicate a bootable 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