Pascal Bartl
Quiz von , erstellt am more than 1 year ago

TYPO3 CD 2020 (zweite Auflage) Quiz am 4.5 Annotations, erstellt von Pascal Bartl am 09/04/2021.

0
0
0
Pascal Bartl
Erstellt von Pascal Bartl vor mehr als 3 Jahre
Schließen

4.5 Annotations

Frage 1 von 2

1

Which of the following annotations exist in Extbase or TYPO3 by default? (3)

Wähle eine oder mehr der folgenden:

  • @internal

  • @external

  • @TYPO3\CMS\Extbase\Annotation\ORM\Lazy

  • @TYPO3\CMS\Extbase\Annotation\Inject

  • @TYPO3\CMS\Extbase\Annotation\Import

Erklärung

Frage 2 von 2

1

Which of the following annotations are valid in Extbase? (2)

Wähle eine oder mehr der folgenden:

  • @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
    )

Erklärung