Documentation

ModuleInterface
in

Pop router interface

Tags
category

Pop

author

Nick Sagona, III nick@popphp.org

copyright

Copyright (c) 2009-2026 Nick Sagona, III

license

https://www.popphp.org/license New BSD License

version
5.0.0

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

isRegistered()

Determine if the module has been registered with an application object

public isRegistered() : bool
Return values
bool

setName()

Set name

public setName(string $name) : static
Parameters
$name : string
Return values
static

        
On this page

Search results