PHP Class InvokeSettings, zys

Inheritance: implements ArrayAccess
Mostra file Open project: qieangel2013/zys

Public Properties

Property Type Description
$settings

Public Methods

Method Description
__construct ( array $settings = [] )
__get ( $name )
__isset ( $name )
__set ( $name, $value )
__unset ( $name )
offsetExists ( $offset )
offsetGet ( $offset )
offsetSet ( $offset, $value )
offsetUnset ( $offset )

Method Details

__construct() public method

public __construct ( array $settings = [] )
$settings array

__get() public method

public __get ( $name )

__isset() public method

public __isset ( $name )

__set() public method

public __set ( $name, $value )

__unset() public method

public __unset ( $name )

offsetExists() public method

public offsetExists ( $offset )

offsetGet() public method

public offsetGet ( $offset )

offsetSet() public method

public offsetSet ( $offset, $value )

offsetUnset() public method

public offsetUnset ( $offset )

Property Details

$settings public_oe property

public $settings