
Public Member Functions | |
| toOptionArray () | |
| toOptionHash () | |
Protected Member Functions | |
| _construct () | |
Definition at line 28 of file Collection.php.
| _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 }
1.5.8