Documentation

ModuleInterface
in

Pop router interface

Tags
category

Pop

author

Nick Sagona, III dev@nolainteractive.com

copyright

Copyright (c) 2009-2023 NOLA Interactive, LLC. (http://www.nolainteractive.com)

license

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

version
3.7.0

Table of Contents

application()  : Application
Get application
getName()  : string
Get module name
getVersion()  : string
Get module version
hasName()  : bool
Determine if module has name
hasVersion()  : bool
Determine if module has version
isRegistered()  : bool
Determine if the module has been registered with an application object
register()  : ModuleInterface
Register the module
setName()  : ModuleInterface
Set module name
setVersion()  : ModuleInterface
Set module version

Methods

getName()

Get module name

public getName() : string
Return values
string

getVersion()

Get module version

public getVersion() : string
Return values
string

hasName()

Determine if module has name

public hasName() : bool
Return values
bool

hasVersion()

Determine if module has version

public hasVersion() : bool
Return values
bool

isRegistered()

Determine if the module has been registered with an application object

public isRegistered() : bool
Return values
bool

Search results