ConstIndexAccess
The interface for all keyed collections to enable access its values
Guides
Interface Synopsis
interface ConstIndexAccess {...}
Public Methods
->at(Tk $k): Tv
Returns the value at the specified key in the current collection->containsKey(mixed $k): bool
Determines if the specified key is in the current collection->get(Tk $k): ?Tv
Returns the value at the specified key in the current collection