Mage_Core_Model_Resource_Type_Abstract Class Reference

Inheritance diagram for Mage_Core_Model_Resource_Type_Abstract:

Mage_Core_Model_Resource_Type_Db Mage_Core_Model_Resource_Type_Db_Mysqli Mage_Core_Model_Resource_Type_Db_Mysqli_Setup Mage_Core_Model_Resource_Type_Db_Pdo_Mysql

List of all members.

Public Member Functions

 getEntityClass ()
 setName ($name)
 getName ()

Protected Attributes

 $_name = ''
 $_entityClass = 'Mage_Core_Model_Resource_Entity_Abstract'


Detailed Description

Definition at line 28 of file Abstract.php.


Member Function Documentation

getEntityClass (  ) 

Definition at line 33 of file Abstract.php.

00034     {
00035         return $this->_entityClass;
00036     }

getName (  ) 

Definition at line 43 of file Abstract.php.

00044     {
00045         return $this->_name;
00046     }

setName ( name  ) 

Definition at line 38 of file Abstract.php.

00039     {
00040         $this->_name = $name;
00041     }


Member Data Documentation

$_entityClass = 'Mage_Core_Model_Resource_Entity_Abstract' [protected]

Definition at line 31 of file Abstract.php.

$_name = '' [protected]

Definition at line 30 of file Abstract.php.


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

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