PHP Class Pheasant\Database\Mysqli\Fields

Inheritance: implements IteratorAggregate, implements Countable, implements ArrayAccess
Afficher le fichier Open project: lox/pheasant

Méthodes publiques

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

Method Details

__construct() public méthode

public __construct ( $resultSet )

count() public méthode

public count ( )

getIterator() public méthode

public getIterator ( )

offsetExists() public méthode

public offsetExists ( $offset )

offsetGet() public méthode

array access
public offsetGet ( $offset )

offsetSet() public méthode

public offsetSet ( $offset, $value )

offsetUnset() public méthode

public offsetUnset ( $offset )