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); }
public function __construct($not = false) { $this->setType(ConditionType::COUNTRY); parent::__construct($not); }
public function __construct($not = false) { $this->setType(ConditionType::GEO_DISTANCE); parent::__construct($not); }