コード例 #1
0
ファイル: Root.php プロジェクト: aoepeople/aoe_fraudmanager
 /**
  * Internal constructor not depended on params. Can be used for object initialization
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setParentType($this->getType());
     $this->setId('root');
     $this->setType('Aoe_FraudManager/Rule_Condition_Root');
 }
コード例 #2
0
 /**
  * Internal constructor not depended on params. Can be used for object initialization
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setType('Aoe_FraudManager/Rule_Condition_Order_Item_Combine');
     $this->setName('Conditions Combination');
 }