Пример #1
0
 public function __construct($not = false)
 {
     $this->setType(EventNotificationPlugin::getConditionTypeCoreValue(EventNotificationConditionType::EVENT_NOTIFICATION_FIELD));
     parent::__construct($not);
 }
 public function __construct($not = false)
 {
     $this->setType(MetadataPlugin::getConditionTypeCoreValue(MetadataConditionType::METADATA_FIELD_CHANGED));
     parent::__construct($not);
 }
 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
 public function __construct($not = false)
 {
     $this->setType(ConditionType::OR_OPERATOR);
     parent::__construct($not);
 }