Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Zend_Db_Table_Rowset Class Reference
Inheritance diagram for Zend_Db_Table_Rowset:
Zend_Db_Table_Rowset_Abstract

Additional Inherited Members

- Public Member Functions inherited from Zend_Db_Table_Rowset_Abstract
 __construct (array $config)
 
 __sleep ()
 
 __wakeup ()
 
 init ()
 
 isConnected ()
 
 getTable ()
 
 setTable (Zend_Db_Table_Abstract $table)
 
 getTableClass ()
 
 rewind ()
 
 current ()
 
 key ()
 
 next ()
 
 valid ()
 
 count ()
 
 seek ($position)
 
 offsetExists ($offset)
 
 offsetGet ($offset)
 
 offsetSet ($offset, $value)
 
 offsetUnset ($offset)
 
 getRow ($position, $seek=false)
 
 toArray ()
 
- Protected Member Functions inherited from Zend_Db_Table_Rowset_Abstract
 _loadAndReturnRow ($position)
 
- Protected Attributes inherited from Zend_Db_Table_Rowset_Abstract
 $_data = array()
 
 $_table
 
 $_connected = true
 
 $_tableClass
 
 $_rowClass = 'Zend_Db_Table_Row'
 
 $_pointer = 0
 
 $_count
 
 $_rows = array()
 
 $_stored = false
 
 $_readOnly = false
 

Detailed Description

Definition at line 41 of file Rowset.php.


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