Documentation

AbstractApplication
in package
implements ApplicationInterface

AbstractYes

Abstract application class

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

Interfaces

ApplicationInterface
Application interface

Properties

$config  : mixed
Application config
$name  : string|null
Name
$version  : string|null
Version

Methods

addConfigValue()  : AbstractApplication
Add new value to config
config()  : mixed
Access application config
deleteConfigValue()  : AbstractApplication
Replace existing value in config
getName()  : string
Get name
getVersion()  : string
Get version
hasName()  : bool
Determine if the name is set
hasVersion()  : bool
Determine if version has been set
load()  : AbstractApplication
Optional method that can be used to load custom operations/configurations for an application to run
mergeConfig()  : AbstractApplication
Merge new or altered config values with the existing config values
registerConfig()  : AbstractApplication
Register a new configuration with the application
setName()  : static
Set name
setVersion()  : static
Set version
updateConfigValue()  : AbstractApplication
Update existing value in config

Properties

Methods

hasVersion()

Determine if version has been set

public hasVersion() : bool
Return values
bool

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