PHP 클래스 SnowDict, snowscript

상속: implements ArrayAccess, implements IteratorAggregate, implements Countable
파일 보기 프로젝트 열기: runekaagaard/snowscript

공개 프로퍼티들

프로퍼티 타입 설명
$arr

공개 메소드들

메소드 설명
__construct ( $arr )
__get ( $k )
__set ( $k, $x )
_assert_type ( $k )
copy ( )
count ( )
get ( $k, $_default = null )
getIterator ( )
keys ( )
offsetExists ( $k )
offsetGet ( $k )
offsetSet ( $k, $x )
offsetUnset ( $k )

메소드 상세

__construct() 공개 메소드

public __construct ( $arr )

__get() 공개 메소드

public __get ( $k )

__set() 공개 메소드

public __set ( $k, $x )

_assert_type() 공개 메소드

public _assert_type ( $k )

copy() 공개 메소드

public copy ( )

count() 공개 메소드

public count ( )

get() 공개 메소드

public get ( $k, $_default = null )

getIterator() 공개 메소드

public getIterator ( )

keys() 공개 메소드

public keys ( )

offsetExists() 공개 메소드

public offsetExists ( $k )

offsetGet() 공개 메소드

public offsetGet ( $k )

offsetSet() 공개 메소드

public offsetSet ( $k, $x )

offsetUnset() 공개 메소드

public offsetUnset ( $k )

프로퍼티 상세

$arr 공개적으로 프로퍼티

public $arr