コード例 #1
0
 public function _construct()
 {
     parent::_construct();
 }
コード例 #2
0
ファイル: Attribute.php プロジェクト: tesorogithub/tesoroshop
 /**
  * 
  * @category this method returns the attribute collection of the cuzstomer only
  * @return Mage_Eav_Model_Resource_Entity_Attribute_Collection
  */
 public function _construct()
 {
     parent::_construct();
     $this->setEntityTypeId(Mage::getModel('eav/entity')->setType("customer")->getTypeId());
 }