示例#1
0
 public function __construct($not = false)
 {
     $this->setType(ConditionType::IP_ADDRESS);
     parent::__construct($not);
 }
 public function __construct($not = false)
 {
     $this->setType(MetadataPlugin::getConditionTypeCoreValue(MetadataConditionType::METADATA_FIELD_MATCH));
     parent::__construct($not);
 }
 public function __construct($not = false)
 {
     $this->setType(ConditionType::FIELD_MATCH);
     parent::__construct($not);
 }
示例#4
0
 public function __construct($not = false)
 {
     $this->setType(ConditionType::COUNTRY);
     parent::__construct($not);
 }
示例#5
0
 public function __construct($not = false)
 {
     $this->setType(ConditionType::GEO_DISTANCE);
     parent::__construct($not);
 }