コード例 #1
0
 public function __construct($not = false)
 {
     $this->setType(EventNotificationPlugin::getConditionTypeCoreValue(EventNotificationConditionType::EVENT_NOTIFICATION_FIELD));
     parent::__construct($not);
 }
コード例 #2
0
 public function __construct($not = false)
 {
     $this->setType(MetadataPlugin::getConditionTypeCoreValue(MetadataConditionType::METADATA_FIELD_CHANGED));
     parent::__construct($not);
 }
コード例 #3
0
 public function __construct($not = false)
 {
     $this->setType(ConditionType::ASSET_PROPERTIES_COMPARE);
     parent::__construct($not);
 }
 public function __construct($not = false)
 {
     $this->setType(ConditionType::AUTHENTICATED);
     parent::__construct($not);
 }
コード例 #5
0
 public function __construct($not = false)
 {
     $this->setType(ConditionType::ACTIVE_EDGE_VALIDATE);
     parent::__construct($not);
 }
コード例 #6
0
 public function __construct($not = false)
 {
     $this->setType(ConditionType::USER_ROLE);
     parent::__construct($not);
 }
コード例 #7
0
 public function __construct($not = false)
 {
     $this->setType(ConditionType::DELIVERY_PROFILE);
     parent::__construct($not);
 }
コード例 #8
0
ファイル: kOrCondition.php プロジェクト: DBezemer/server
 public function __construct($not = false)
 {
     $this->setType(ConditionType::OR_OPERATOR);
     parent::__construct($not);
 }