Mage_Core_Model_Mysql4_Language_Collection Class Reference

Inheritance diagram for Mage_Core_Model_Mysql4_Language_Collection:

Mage_Core_Model_Mysql4_Collection_Abstract Varien_Data_Collection_Db Varien_Data_Collection

List of all members.

Public Member Functions

 toOptionArray ()
 toOptionHash ()

Protected Member Functions

 _construct ()


Detailed Description

Definition at line 28 of file Collection.php.


Member Function Documentation

_construct (  )  [protected]

Initialization here

Reimplemented from Mage_Core_Model_Mysql4_Collection_Abstract.

Definition at line 30 of file Collection.php.

00031     {
00032         $this->_init('core/language');
00033     }

toOptionArray (  ) 

Reimplemented from Varien_Data_Collection.

Definition at line 35 of file Collection.php.

00036     {
00037         return $this->_toOptionArray('language_code', 'language_title', array('title'=>'language_title'));
00038     }

toOptionHash (  ) 

Reimplemented from Varien_Data_Collection.

Definition at line 40 of file Collection.php.

00041     {
00042         return $this->_toOptionHash('language_code', 'language_title');
00043     }


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

Generated on Sat Jul 4 17:23:59 2009 for Magento by  doxygen 1.5.8