PHP 클래스 ContainerArray

상속: implements ArrayAccess, implements Countable, implements IteratorAggregate, implements JsonSerializable
파일 보기 프로젝트 열기: sjardim/Hugopit

보호된 프로퍼티들

프로퍼티 타입 설명
$bindTo
$props

공개 메소드들

메소드 설명
__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 )

보호된 메소드들

메소드 설명
_matchToken ( $key, $token )
_matches ( array $data, $selector )
_splitConditions ( $token )
_tokenize ( $data, $separator = ',', $leftBound = '(', $rightBound = ')' )
fetch_from_array ( $index = null, $default = null )

메소드 상세

__call() 공개 메소드

public __call ( $name, $arguments )

__construct() 공개 메소드

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

__get() 공개 메소드

public __get ( $name )

__isset() 공개 메소드

public __isset ( $name )

__set() 공개 메소드

public __set ( $name, $value )

__unset() 공개 메소드

public __unset ( $name )

_matchToken() 보호된 메소드

protected _matchToken ( $key, $token )

_matches() 보호된 메소드

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

_splitConditions() 보호된 메소드

protected _splitConditions ( $token )

_tokenize() 보호된 메소드

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

count() 공개 메소드

public count ( )

extend() 공개 메소드

public extend ( )

extract() 공개 메소드

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

fetch_from_array() 보호된 메소드

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

get() 공개 메소드

public get ( $key, $default = null )

getIterator() 공개 메소드

public getIterator ( )

offsetExists() 공개 메소드

public offsetExists ( $key )

offsetGet() 공개 메소드

public offsetGet ( $key )

offsetSet() 공개 메소드

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

offsetUnset() 공개 메소드

public offsetUnset ( $key )

프로퍼티 상세

$bindTo 보호되어 있는 프로퍼티

protected $bindTo

$props 보호되어 있는 프로퍼티

protected $props