TYPO3 CMS  TYPO3_6-2
Tx_Extbase_Error_Result Class Reference
Inheritance diagram for Tx_Extbase_Error_Result:
TYPO3\CMS\Extbase\Error\Result

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Extbase\Error\Result
 setParent (Result $parent)
 
 addError (\TYPO3\CMS\Extbase\Error\Error $error)
 
 addWarning (\TYPO3\CMS\Extbase\Error\Warning $warning)
 
 addNotice (\TYPO3\CMS\Extbase\Error\Notice $notice)
 
 getErrors ()
 
 getWarnings ()
 
 getNotices ()
 
 getFirstError ()
 
 getFirstWarning ()
 
 getFirstNotice ()
 
 forProperty ($propertyPath)
 
 recurseThroughResult (array $pathSegments)
 
 hasMessages ()
 
 clear ()
 
 hasErrors ()
 
 hasWarnings ()
 
 hasNotices ()
 
 getFlattenedErrors ()
 
 getFlattenedWarnings ()
 
 getFlattenedNotices ()
 
 flattenTree ($propertyName, &$result, $level)
 
 getSubResults ()
 
- Protected Member Functions inherited from TYPO3\CMS\Extbase\Error\Result
 setErrorsExist ()
 
 setWarningsExist ()
 
 setNoticesExist ()
 
 hasProperty ($propertyName, $checkerMethodName)
 
 mergeProperty (Result $otherResult, $getterName, $adderName)
 
- Protected Attributes inherited from TYPO3\CMS\Extbase\Error\Result
 $errors = array()
 
 $errorsExist = FALSE
 
 $warnings = array()
 
 $warningsExist = FALSE
 
 $notices = array()
 
 $noticesExist = FALSE
 
 $propertyResults = array()
 
 $parent = NULL
 

Detailed Description

Deprecated:
since 6.0 will be removed in 7.0

Definition at line 1667 of file LegacyClassesForIde.php.