PHP Class lithium\data\source\database\Result

Inheritance: extends lithium\core\Object, implements Iterator
Afficher le fichier Open project: pmjones/php-framework-benchmarks Class Usage Examples

Protected Properties

Свойство Type Description
$_autoConfig
$_current
$_iterator
$_resource

Méthodes publiques

Méthode Description
__construct ( array $config = [] )
__destruct ( )
current ( )
key ( )
next ( )
resource ( )
rewind ( )
valid ( )

Méthodes protégées

Méthode Description
_close ( )
_next ( )

Method Details

__construct() public méthode

public __construct ( array $config = [] )
$config array

__destruct() public méthode

public __destruct ( )

_close() abstract protected méthode

abstract protected _close ( )

_next() abstract protected méthode

abstract protected _next ( )

current() public méthode

public current ( )

key() public méthode

public key ( )

next() public méthode

public next ( )

resource() public méthode

public resource ( )

rewind() public méthode

public rewind ( )

valid() public méthode

public valid ( )

Property Details

$_autoConfig protected_oe property

protected $_autoConfig

$_current protected_oe property

protected $_current

$_iterator protected_oe property

protected $_iterator

$_resource protected_oe property

protected $_resource