ArrayAccessByPropertyTrait
trait ArrayAccessByPropertyTrait
Class TraitArrayAccess
Methods
boolean
offsetExists(mixed $offset)
Checks whether an offset exists in the iterator.
mixed
offsetGet(mixed $offset)
Gets an offset in the iterator.
void
offsetSet(mixed $offset, mixed $value)
Sets an offset in the iterator.
void
offsetUnset(mixed $offset)
Unset an offset in the iterator.
Details
at line 28
boolean
offsetExists(mixed $offset)
Checks whether an offset exists in the iterator.
at line 38
mixed
offsetGet(mixed $offset)
Gets an offset in the iterator.
at line 49
void
offsetSet(mixed $offset, mixed $value)
Sets an offset in the iterator.
at line 59
void
offsetUnset(mixed $offset)
Unset an offset in the iterator.