PHP Class Pheasant\Database\Mysqli\Fields

Inheritance: implements IteratorAggregate, implements Countable, implements ArrayAccess
Show file Open project: lox/pheasant

Public Methods

Method Description
__construct ( $resultSet )
count ( )
getIterator ( )
offsetExists ( $offset )
offsetGet ( $offset ) array access
offsetSet ( $offset, $value )
offsetUnset ( $offset )

Method Details

__construct() public method

public __construct ( $resultSet )

count() public method

public count ( )

getIterator() public method

public getIterator ( )

offsetExists() public method

public offsetExists ( $offset )

offsetGet() public method

array access
public offsetGet ( $offset )

offsetSet() public method

public offsetSet ( $offset, $value )

offsetUnset() public method

public offsetUnset ( $offset )