PHP Class XPSPL, xpspl

Inheritance: extends XPSPL\Processor, use trait XPSPL\Singleton
Show file Open project: prggmr/xpspl Class Usage Examples

Public Methods

Method Description
init ( boolean $event_history = true ) : object Initialise the global processor instance.
version ( ) : string Returns the current version of XPSPL.

Method Details

init() final public static method

Initialise the global processor instance.
final public static init ( boolean $event_history = true ) : object
$event_history boolean Store a history of all events.
return object XPSPL\Processor

version() final public static method

Returns the current version of XPSPL.
final public static version ( ) : string
return string