ModuleInterface
in
Pop router interface
Tags
Table of Contents
Methods
- application() : Application
- Get application
- isRegistered() : bool
- Determine if the module has been registered with an application object
- register() : ModuleInterface
- Register the module
Methods
application()
Get application
public
application() : Application
Return values
ApplicationisRegistered()
Determine if the module has been registered with an application object
public
isRegistered() : bool
Return values
boolregister()
Register the module
public
register(Application $application) : ModuleInterface
Parameters
- $application : Application