\CJAX\CoreExt

The Ext class, defines an extensible class whose properties can be dynamically added/removed.

Ext serves as base class for many CJAX objects to allow convenient Xml and settings/options manipulation.

Summary

Methods
Properties
Constants
__construct()
__get()
__set()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

__construct()

__construct(array  $array = array()) : \CJAX\Core\Ext

The constructor for Ext class, dynamically creates an object with its properties from an array parameter.

Parameters

array $array

Returns

\CJAX\Core\Ext

__get()

__get(string  $setting) : Mixed

The magic method __get, obtains a dynamically created property for Ext class if it exists.

Parameters

string $setting

Returns

Mixed

__set()

__set(string  $setting, mixed  $value) : void

The magic method __set, dynamically creates properties for Ext class.

Parameters

string $setting
mixed $value