ModuleInterface
in
Pop router interface
Tags
Table of Contents
Methods
- application() : Application
- Get application
- getName() : string
- Get name
- isRegistered() : bool
- Determine if the module has been registered with an application object
- register() : ModuleInterface
- Register the module
- setName() : static
- Set name
Methods
application()
Get application
public
application() : Application
Return values
ApplicationgetName()
Get name
public
getName() : string
Return values
stringisRegistered()
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
Return values
ModuleInterfacesetName()
Set name
public
setName(string $name) : static
Parameters
- $name : string