AbstractTuple
extends AbstractArrayAccess
in package
AbstractYes
Class that is catch-all for all abi generated bindings. On its own it has only ArrayAccess store for tuple data, but its main purpose is typing.
Tags
Table of Contents
Properties
- $store : array<string|int, mixed>
Methods
- offsetExists() : bool
- offsetGet() : mixed
- offsetSet() : void
- offsetUnset() : void
Properties
$store
private
array<string|int, mixed>
$store
= []
Methods
offsetExists()
public
offsetExists(mixed $offset) : bool
Parameters
- $offset : mixed
Tags
Return values
booloffsetGet()
public
offsetGet(mixed $offset) : mixed
Parameters
- $offset : mixed
Tags
offsetSet()
public
offsetSet(mixed $offset, mixed $value) : void
Parameters
- $offset : mixed
- $value : mixed
Tags
offsetUnset()
public
offsetUnset(mixed $offset) : void
Parameters
- $offset : mixed