Method |
Description |
|
__call ( $name, $arguments ) |
|
|
__construct ( $array = [], $bindTo = null ) |
|
|
__get ( $name ) |
|
|
__isset ( $name ) |
|
|
__set ( $name, $value ) |
|
|
__unset ( $name ) |
|
|
count ( ) |
|
|
extend ( ) |
|
|
extract ( $path ) |
CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) |
|
get ( $key, $default = null ) |
|
|
getIterator ( ) |
|
|
offsetExists ( $key ) |
|
|
offsetGet ( $key ) |
|
|
offsetSet ( $key, $value ) |
Array Access implementation |
|
offsetUnset ( $key ) |
|
|