2 declare(strict_types = 1);
132 return !empty($this->prototypeName);
140 return !empty($this->formElementType);
148 return !empty($this->formElementIdentifier);
156 return !empty($this->propertyPath);
164 return !empty($this->propertyCollectionName);
172 return !empty($this->propertyCollectionElementIdentifier);
181 return GeneralUtility::makeInstance(self::class,
$prototypeName, $this->formElementType, $this->formElementIdentifier, $this->propertyPath, $this->propertyCollectionName, $this->propertyCollectionElementIdentifier);
190 return GeneralUtility::makeInstance(self::class, $this->prototypeName,
$formElementType, $this->formElementIdentifier, $this->propertyPath, $this->propertyCollectionName, $this->propertyCollectionElementIdentifier);
199 return GeneralUtility::makeInstance(self::class, $this->prototypeName, $this->formElementType,
$formElementIdentifier, $this->propertyPath, $this->propertyCollectionName, $this->propertyCollectionElementIdentifier);
208 return GeneralUtility::makeInstance(self::class, $this->prototypeName, $this->formElementType, $this->formElementIdentifier,
$propertyPath, $this->propertyCollectionName, $this->propertyCollectionElementIdentifier);
217 return GeneralUtility::makeInstance(self::class, $this->prototypeName, $this->formElementType, $this->formElementIdentifier, $this->propertyPath,
$propertyCollectionName, $this->propertyCollectionElementIdentifier);
226 return GeneralUtility::makeInstance(self::class, $this->prototypeName, $this->formElementType, $this->formElementIdentifier, $this->propertyPath, $this->propertyCollectionName,
$propertyCollectionElementIdentifier);