OwpFramework Bootstrap Class.

Open Presence Framework Class Bootstrap.

package OwpFramework

 Methods

Constructor

__construct() 
method
access public
author Brian Tafoya
version 1.0

Exceptions

\Exception Missing theme config directive file.

Debug

__debugInfo() : object
method
access public
author Brian Tafoya
version 1.0

Returns

object

__get($name)

__get($name) : mixed
method Getter

Parameters

$name

Returns

mixed

build

build() : array | object
Static
method Builds the framework objects
author Brian Tafoya
version 1.0

Exceptions

\Exception

Returns

arrayobject

getFrameworkObject().

getFrameworkObject() : array | object

Return the entire framework object for reference.

method Return the entire framework object for reference.

Returns

arrayobject

 Properties

 

OpenWebPresence support methods.

$OwpSupportMethods : object

Default

Static
 

Default config.

$actionsConfig : object

Default

Static
 

Default config.

$actionsConfigFileLocation : object

Default

Static
 

The web root url.

$current_web_root : string

Default

Static
 

Is debugging enabled by default.

$debug : boolean

Default

false
Static
 

Debugging array.

$debugging : array

Default

null
Static
 

Default function.

$defaultAction : object

Default

Static
 

Default action.

$default_action : string

Default

"home"
Static
 

The ezSQL Database Object.

$ezSqlDB : object

Default

Static
 

Framework Class Object.

$frameworkObject : object

Default

Static
 

Mod methods available.

$modAvailableMethods : string

Default

array()
Static
 

Mod methods object.

$modMethods : string

Default

null
Static
 

The requested action.

$requested_action : string

Default

Static
 

Set the root file path.

$root_path : string

Default

null
Static
 

Active theme.

$theme : string

Default

null
Static
 

ezSQL Database Object.

$userClass : object

Default

Static
 

UserID.

$userID : integer

Default

0
Static
 

Unique uuid().

$uuid : string

Default

null
Static