Zusammenfassung der Ressource
Frage 1
Frage
Which of the following annotations exist in Extbase or TYPO3 by default? (3)
Antworten
-
@internal
-
@external
-
@TYPO3\CMS\Extbase\Annotation\ORM\Lazy
-
@TYPO3\CMS\Extbase\Annotation\Inject
-
@TYPO3\CMS\Extbase\Annotation\Import
Frage 2
Frage
Which of the following annotations are valid in Extbase? (2)
Antworten
-
@TYPO3\CMS\Extbase\Annotation\ORM\Lazy
-
@TYPO3\CMS\Core\Validation\Validate("String")
-
@TYPO3\CMS\Extbase\Annotation\Validate(StringValidator::class)
-
@TYPO3\CMS\Extbase\Annotation\Validate("String")
-
@TYPO3\CMS\Extbase\Annotation\Validate(
TYPO3\CMS\Extbase\Validation\Validator\NotEmptyValidator::class
)