Documentation

AbstractArrayAccess
in package
implements ArrayAccess

Abstract class defining simple ArrayAccess implementation for general purpose binding or ABI-related array, tuples or events classes.

Tags
author

DubbaThony

Table of Contents

Interfaces

ArrayAccess

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