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\AbstractTuple Class Reference
Inheritance diagram for M8B\EtherBinder\Contract\AbstractTuple:
M8B\EtherBinder\Contract\AbstractArrayAccess

Public Member Functions

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

Detailed Description

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.

Author
DubbaThony

Member Function Documentation

◆ offsetExists()

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

@inheritDoc

◆ offsetGet()

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

@inheritDoc

◆ offsetSet()

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

@inheritDoc

◆ offsetUnset()

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

@inheritDoc


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