Documentation

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
author

DubbaThony

Table of Contents

Properties

$store  : array<string|int, mixed>

Methods

offsetExists()  : bool
offsetGet()  : mixed
offsetSet()  : void
offsetUnset()  : void

Properties

Methods

offsetExists()

public offsetExists(mixed $offset) : bool
Parameters
$offset : mixed
Tags
inheritDoc
Return values
bool

offsetGet()

public offsetGet(mixed $offset) : mixed
Parameters
$offset : mixed
Tags
inheritDoc

offsetSet()

public offsetSet(mixed $offset, mixed $value) : void
Parameters
$offset : mixed
$value : mixed
Tags
inheritDoc

offsetUnset()

public offsetUnset(mixed $offset) : void
Parameters
$offset : mixed
Tags
inheritDoc

        
On this page

Search results