Interface BootstrapListenerInterface

Summary

Fully Qualified Name: Zend\ModuleManager\Feature\BootstrapListenerInterface

Description

Bootstrap listener provider interface

Methods

Name Description Defined By
onBootstrap() Listen to the bootstrap event BootstrapListenerInterface

Method Details

onBootstrap()

Listen to the bootstrap event

Parameter Name Type Description
$e \EventInterface

Returns: array

Top