Documentation

ApplicationInterface
in

Application interface

Tags
category

Pop

author

Nick Sagona, III dev@nolainteractive.com

copyright

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

license

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

version
4.2.0

Table of Contents

Methods

addConfigValue()  : ApplicationInterface
Add new value to config
config()  : mixed
Access application config
deleteConfigValue()  : ApplicationInterface
Replace existing value in config
getName()  : string
Get name
getVersion()  : string
Get version
hasName()  : bool
Determine if name is set
hasVersion()  : bool
Determine if version is set
load()  : ApplicationInterface
Load application
mergeConfig()  : ApplicationInterface
Merge new or altered config values with the existing config values
registerConfig()  : ApplicationInterface
Register a new configuration with the application
setName()  : static
Set name
setVersion()  : static
Set version
updateConfigValue()  : ApplicationInterface
Update existing value in config

Methods

setName()

Set name

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

setVersion()

Set version

public setVersion(string $version) : static
Parameters
$version : string
Return values
static

        
On this page

Search results