\EasyWeChat\Kernel\SupportArrayAccessible

Class ArrayAccessible.

Summary

Methods
Properties
Constants
__construct()
offsetExists()
offsetGet()
offsetSet()
offsetUnset()
getIterator()
toArray()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$array
N/A

Properties

$array

$array : 

Type

Methods

__construct()

__construct(array  $array = array()) 

Parameters

array $array

offsetExists()

offsetExists(  $offset) 

Parameters

$offset

offsetGet()

offsetGet(  $offset) 

Parameters

$offset

offsetSet()

offsetSet(  $offset,   $value) 

Parameters

$offset
$value

offsetUnset()

offsetUnset(  $offset) 

Parameters

$offset

getIterator()

getIterator() 

toArray()

toArray() : array

Get the instance as an array.

Returns

array