Mage_Eav_Model_Mysql4_Entity_Type Class Reference

Inheritance diagram for Mage_Eav_Model_Mysql4_Entity_Type:

Mage_Core_Model_Mysql4_Abstract Mage_Core_Model_Resource_Abstract

List of all members.

Public Member Functions

 loadByCode ($object, $code)

Protected Member Functions

 _construct ()


Detailed Description

Definition at line 34 of file Type.php.


Member Function Documentation

_construct (  )  [protected]

Enter description here...

Reimplemented from Mage_Core_Model_Resource_Abstract.

Definition at line 41 of file Type.php.

00042     {
00043         $this->_init('eav/entity_type', 'entity_type_id');
00044     }

loadByCode ( object,
code 
)

Enter description here...

Parameters:
unknown_type $object
string $code
Returns:
Mage_Eav_Model_Mysql4_Entity_Type

Definition at line 53 of file Type.php.

00054     {
00055         return $this->load($object, $code, 'entity_type_code');
00056     }


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

Generated on Sat Jul 4 17:24:12 2009 for Magento by  doxygen 1.5.8