Ether Binder
Set of utilities for interacting with Ethereum and it's smart contracts with PHP, with generating ABI bindings and Ethereum-related types
Loading...
Searching...
No Matches
M8B\EtherBinder\Contract\AbstractArrayAccess Class Reference
Inheritance diagram for M8B\EtherBinder\Contract\AbstractArrayAccess:
M8B\EtherBinder\Contract\AbstractEvent M8B\EtherBinder\Contract\AbstractTuple

Public Member Functions

 offsetExists (mixed $offset)
 
 offsetGet (mixed $offset)
 
 offsetSet (mixed $offset, mixed $value)
 
 offsetUnset (mixed $offset)
 

Detailed Description

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

Author
DubbaThony

Member Function Documentation

◆ offsetExists()

M8B\EtherBinder\Contract\AbstractArrayAccess::offsetExists ( mixed $offset)

@inheritDoc

◆ offsetGet()

M8B\EtherBinder\Contract\AbstractArrayAccess::offsetGet ( mixed $offset)

@inheritDoc

◆ offsetSet()

M8B\EtherBinder\Contract\AbstractArrayAccess::offsetSet ( mixed $offset,
mixed $value )

@inheritDoc

◆ offsetUnset()

M8B\EtherBinder\Contract\AbstractArrayAccess::offsetUnset ( mixed $offset)

@inheritDoc


The documentation for this class was generated from the following file: