propertyNotBlank = $propertyNotBlank; } public function setPropertyNotNull(int $propertyNotNull): void { $this->propertyNotNull = $propertyNotNull; } public function setPropertyAssertLength(int $propertyAssertLength): void { $this->propertyAssertLength = $propertyAssertLength; } public function setPropertyRegex(int $propertyRegex): void { $this->propertyRegex = $propertyRegex; } public function setPropertyCount(int $propertyCount): void { $this->propertyCount = $propertyCount; } public function setPropertyChoice(int $propertyChoice): void { $this->propertyChoice = $propertyChoice; } public function setPropertyChoiceWithCallback(int $propertyChoiceWithCallback): void { $this->propertyChoiceWithCallback = $propertyChoiceWithCallback; } public function setPropertyChoiceWithCallbackWithoutClass(int $propertyChoiceWithCallbackWithoutClass): void { $this->propertyChoiceWithCallbackWithoutClass = $propertyChoiceWithCallbackWithoutClass; } public function setPropertyExpression(int $propertyExpression): void { $this->propertyExpression = $propertyExpression; } public function setPropertyRange(int $propertyRange): void { $this->propertyRange = $propertyRange; } public function setPropertyLessThan(int $propertyLessThan): void { $this->propertyLessThan = $propertyLessThan; } public function setPropertyLessThanOrEqual(int $propertyLessThanOrEqual): void { $this->propertyLessThanOrEqual = $propertyLessThanOrEqual; } /** * @return array */ public static function fetchAllowedChoices() { return ['choice1', 'choice2']; } }