class Arraydotify implements ArrayAccess (View source)

Methods

void
__construct(array $array = [])

Arraydotify constructor.

static Arraydotify
make(array $array = [])

Make array dotify

offsetExists($offset)

No description

offsetGet($offset)

No description

offsetSet($offset, $value)

No description

offsetUnset($offset)

No description

Details

void __construct(array $array = [])

Arraydotify constructor.

Parameters

array $array

Return Value

void

static Arraydotify make(array $array = [])

Make array dotify

Parameters

array $array

Return Value

Arraydotify

offsetExists($offset)

No description

Parameters

$offset

offsetGet($offset)

No description

Parameters

$offset

offsetSet($offset, $value)

No description

Parameters

$offset
$value

offsetUnset($offset)

No description

Parameters

$offset