{parsing off} */ protected $[field-lower-ucc]; /** * Initializes all \TYPO3\CMS\Extbase\Persistence\ObjectStorage properties. * @return void */ protected function __construct() { $this->[field-lower-ucc] = new \TYPO3\CMS\Extbase\Persistence\ObjectStorage(); } /** * FAL getter * * @return \TYPO3\CMS\Extbase\Persistence\ObjectStorage */ public function get[field-ucc]() { return $this->[field-lower-ucc]; } /** * FAL Setter * * @param \TYPO3\CMS\Extbase\Persistence\ObjectStorage $falMedia * @return void */ public function set[field-ucc](\TYPO3\CMS\Extbase\Persistence\ObjectStorage $[field-lower-ucc]) { $this->falMedia = $[field-lower-ucc]; } /** * FAL hinzufügen * * @param FileReference $[field-lower-ucc] */ public function add[field-ucc](FileReference $[field-lower-ucc]) { if ($this->get[field-ucc]() === NULL) { $this->falMedia = new \TYPO3\CMS\Extbase\Persistence\ObjectStorage(); } $this->falMedia->attach($[field-lower-ucc]); } }