setName()
setName(string $name) : \Pop\Module\ModuleInterface
Set module name
Parameters
string | $name |
Pop router interface
setName(string $name) : \Pop\Module\ModuleInterface
Set module name
string | $name |
setVersion(string $version) : \Pop\Module\ModuleInterface
Set module version
string | $version |
application() : \Pop\Application
Get application
register(\Pop\Application $application) : \Pop\Module\ModuleInterface
Register the module
\Pop\Application | $application |