PHP Class InvokeSettings, zys

Inheritance: implements ArrayAccess
Afficher le fichier Open project: qieangel2013/zys

Méthodes publiques

Свойство Type Description
$settings

Méthodes publiques

Méthode 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 méthode

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

__get() public méthode

public __get ( $name )

__isset() public méthode

public __isset ( $name )

__set() public méthode

public __set ( $name, $value )

__unset() public méthode

public __unset ( $name )

offsetExists() public méthode

public offsetExists ( $offset )

offsetGet() public méthode

public offsetGet ( $offset )

offsetSet() public méthode

public offsetSet ( $offset, $value )

offsetUnset() public méthode

public offsetUnset ( $offset )

Property Details

$settings public_oe property

public $settings