ArrayAccessTrait
trait ArrayAccessTrait (View source)
Methods
string
offsetGet($index)
Return the value at index
offsetSet(string $index, mixed $value)
Assigns a value to index offset
offsetUnset(string $index)
Unsets an index
boolean
offsetExists(string $index)
Check if an index exists