Метод |
Описание |
|
__construct ( string $id = null, string $apiKey = null, string $parent = null, string $name = null ) |
constructor |
|
__get ( string $k ) : mixed |
getter |
|
__isset ( string $k ) : boolean |
isset magic method |
|
__set ( string $k, mixed $v ) |
Standard accessor magic methods |
|
__toArray ( boolean $recursive = false ) : array |
convert object to an array |
|
__toJSON ( ) : string |
convert object to JSON |
|
__toString ( ) : string |
convert object to a string |
|
__unset ( string $k ) |
unset magic method |
|
constructFrom ( array $values, string $class = null, string $apiKey = null, string $parent = null, string $name = null ) : mixed |
construct from |
|
current ( ) : mixed |
Iterator methods |
|
key ( ) : mixed |
Iterator methods |
|
next ( ) : mixed |
Iterator methods |
|
offsetExists ( string $k ) : boolean |
ArrayAccess methods |
|
offsetGet ( string $k ) : mixed |
ArrayAccess methods |
|
offsetSet ( string $k, mixed $v ) |
ArrayAccess methods |
|
offsetUnset ( string $k ) |
ArrayAccess methods |
|
refreshFrom ( array $values, string $apiKey, boolean $partial = false ) |
refresh from |
|
rewind ( ) : void |
Iterator methods |
|
valid ( ) : boolean |
Iterator methods |
|