class Arraydotify implements ArrayAccess (View source)

Methods

void
__construct(array $items = [])

Arraydotify constructor.

static Arraydotify
make(array $items = [])

Make array dotify

bool
offsetExists($offset)

No description

mixed
offsetGet($offset)

No description

void
offsetSet($offset, $value)

No description

void
offsetUnset($offset)

No description

Details

void __construct(array $items = [])

Arraydotify constructor.

Parameters

array $items

Return Value

void

static Arraydotify make(array $items = [])

Make array dotify

Parameters

array $items

Return Value

Arraydotify

bool offsetExists($offset)

No description

Parameters

$offset

Return Value

bool

mixed offsetGet($offset)

No description

Parameters

$offset

Return Value

mixed

void offsetSet($offset, $value)

No description

Parameters

$offset
$value

Return Value

void

void offsetUnset($offset)

No description

Parameters

$offset

Return Value

void