40 public function addError(\
TYPO3\CMS\Extbase\Error\Error $error, $propertyName) {
41 $this->errors[$propertyName] = $error;
59 return count($this->errors) > 0;
70 $this->warnings[$propertyName] = $warning;
88 return count($this->warnings) > 0;
addError(\TYPO3\CMS\Extbase\Error\Error $error, $propertyName)
addWarning($warning, $propertyName)