PHP Class SnowList, snowscript

Inheritance: implements ArrayAccess, implements IteratorAggregate, implements Countable
Afficher le fichier Open project: runekaagaard/snowscript

Méthodes publiques

Свойство Type Description
$arr

Méthodes publiques

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

public __construct ( $arr )

_assert_int() public méthode

public _assert_int ( $i )

_get_index() public méthode

public _get_index ( $i )

append() public méthode

public append ( $x )

copy() public méthode

public copy ( )

count() public méthode

public count ( )

extend() public méthode

public extend ( $xs )

get() public méthode

public get ( $i )

getIterator() public méthode

public getIterator ( )

offsetExists() public méthode

public offsetExists ( $i )

offsetGet() public méthode

public offsetGet ( $i )

offsetSet() public méthode

public offsetSet ( $i, $x )

offsetUnset() public méthode

public offsetUnset ( $i )

pop() public méthode

public pop ( $i )

reversed() public méthode

public reversed ( )

slice() public méthode

public slice ( $a, $b )

Property Details

$arr public_oe property

public $arr