コード例 #1
0
ファイル: Collection.php プロジェクト: hyhoocchan/mage-local
 /**
  * Resource initialization
  */
 protected function _construct()
 {
     parent::_construct();
     $this->_init('eav/attribute', 'enterprise_rma/item_form_attribute');
 }
コード例 #2
0
ファイル: Collection.php プロジェクト: quyip8818/Mag
 /**
  * Resource initialization
  */
 protected function _construct()
 {
     parent::_construct();
     $this->_init('eav/attribute', 'customer/form_attribute');
 }
コード例 #3
0
ファイル: Collection.php プロジェクト: natxetee/magento2
 /**
  * Resource initialization
  */
 protected function _construct()
 {
     parent::_construct();
     $this->_init('Mage_Eav_Model_Attribute', 'Mage_Customer_Model_Resource_Form_Attribute');
 }