PHP 클래스 SnowList, snowscript

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

공개 프로퍼티들

프로퍼티 타입 설명
$arr

공개 메소드들

메소드 설명
__construct ( $arr )
_assert_int ( $i )
_get_index ( $i )
append ( $x )
copy ( )
count ( )
extend ( $xs )
get ( $i )
getIterator ( )
offsetExists ( $i )
offsetGet ( $i )
offsetSet ( $i, $x )
offsetUnset ( $i )
pop ( $i )
reversed ( )
slice ( $a, $b )

메소드 상세

__construct() 공개 메소드

public __construct ( $arr )

_assert_int() 공개 메소드

public _assert_int ( $i )

_get_index() 공개 메소드

public _get_index ( $i )

append() 공개 메소드

public append ( $x )

copy() 공개 메소드

public copy ( )

count() 공개 메소드

public count ( )

extend() 공개 메소드

public extend ( $xs )

get() 공개 메소드

public get ( $i )

getIterator() 공개 메소드

public getIterator ( )

offsetExists() 공개 메소드

public offsetExists ( $i )

offsetGet() 공개 메소드

public offsetGet ( $i )

offsetSet() 공개 메소드

public offsetSet ( $i, $x )

offsetUnset() 공개 메소드

public offsetUnset ( $i )

pop() 공개 메소드

public pop ( $i )

reversed() 공개 메소드

public reversed ( )

slice() 공개 메소드

public slice ( $a, $b )

프로퍼티 상세

$arr 공개적으로 프로퍼티

public $arr