PHP Class ContainerArray

Inheritance: implements ArrayAccess, implements Countable, implements IteratorAggregate, implements JsonSerializable
Afficher le fichier Open project: sjardim/Hugopit

Protected Properties

Свойство Type Description
$bindTo
$props

Méthodes publiques

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

Méthodes protégées

Méthode Description
_matchToken ( $key, $token )
_matches ( array $data, $selector )
_splitConditions ( $token )
_tokenize ( $data, $separator = ',', $leftBound = '(', $rightBound = ')' )
fetch_from_array ( $index = null, $default = null )

Method Details

__call() public méthode

public __call ( $name, $arguments )

__construct() public méthode

public __construct ( $array = [], $bindTo = null )

__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 )

_matchToken() protected méthode

protected _matchToken ( $key, $token )

_matches() protected méthode

protected _matches ( array $data, $selector )
$data array

_splitConditions() protected méthode

protected _splitConditions ( $token )

_tokenize() protected méthode

protected _tokenize ( $data, $separator = ',', $leftBound = '(', $rightBound = ')' )

count() public méthode

public count ( )

extend() public méthode

public extend ( )

extract() public méthode

Source: Utility/Hash.php
public extract ( $path )

fetch_from_array() protected méthode

protected fetch_from_array ( $index = null, $default = null )

get() public méthode

public get ( $key, $default = null )

getIterator() public méthode

public getIterator ( )

offsetExists() public méthode

public offsetExists ( $key )

offsetGet() public méthode

public offsetGet ( $key )

offsetSet() public méthode

Array Access implementation
public offsetSet ( $key, $value )

offsetUnset() public méthode

public offsetUnset ( $key )

Property Details

$bindTo protected_oe property

protected $bindTo

$props protected_oe property

protected $props