|
Ether Binder
Set of utilities for interacting with Ethereum and it's smart contracts with PHP, with generating ABI bindings and Ethereum-related types
|
Public Member Functions | |
| offsetExists (mixed $offset) | |
| offsetGet (mixed $offset) | |
| offsetSet (mixed $offset, mixed $value) | |
| offsetUnset (mixed $offset) | |
Abstract class defining simple ArrayAccess implementation for general purpose binding or ABI-related array, tuples or events classes.
| M8B\EtherBinder\Contract\AbstractArrayAccess::offsetExists | ( | mixed | $offset | ) |
@inheritDoc
| M8B\EtherBinder\Contract\AbstractArrayAccess::offsetGet | ( | mixed | $offset | ) |
@inheritDoc
| M8B\EtherBinder\Contract\AbstractArrayAccess::offsetSet | ( | mixed | $offset, |
| mixed | $value ) |
@inheritDoc
| M8B\EtherBinder\Contract\AbstractArrayAccess::offsetUnset | ( | mixed | $offset | ) |
@inheritDoc