PHP Class SnowDict, snowscript

Inheritance: implements ArrayAccess, implements IteratorAggregate, implements Countable
Show file Open project: runekaagaard/snowscript

Public Properties

Property Type Description
$arr

Public Methods

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

Method Details

__construct() public method

public __construct ( $arr )

__get() public method

public __get ( $k )

__set() public method

public __set ( $k, $x )

_assert_type() public method

public _assert_type ( $k )

copy() public method

public copy ( )

count() public method

public count ( )

get() public method

public get ( $k, $_default = null )

getIterator() public method

public getIterator ( )

keys() public method

public keys ( )

offsetExists() public method

public offsetExists ( $k )

offsetGet() public method

public offsetGet ( $k )

offsetSet() public method

public offsetSet ( $k, $x )

offsetUnset() public method

public offsetUnset ( $k )

Property Details

$arr public property

public $arr