PHP Class SnowList, snowscript

Inheritance: implements ArrayAccess, implements IteratorAggregate, implements Countable
显示文件 Open project: runekaagaard/snowscript

Public Properties

Property Type Description
$arr

Public Methods

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

Method Details

__construct() public method

public __construct ( $arr )

_assert_int() public method

public _assert_int ( $i )

_get_index() public method

public _get_index ( $i )

append() public method

public append ( $x )

copy() public method

public copy ( )

count() public method

public count ( )

extend() public method

public extend ( $xs )

get() public method

public get ( $i )

getIterator() public method

public getIterator ( )

offsetExists() public method

public offsetExists ( $i )

offsetGet() public method

public offsetGet ( $i )

offsetSet() public method

public offsetSet ( $i, $x )

offsetUnset() public method

public offsetUnset ( $i )

pop() public method

public pop ( $i )

reversed() public method

public reversed ( )

slice() public method

public slice ( $a, $b )

Property Details

$arr public_oe property

public $arr