Esempio n. 1
0
 /**
  * @return object The object at the current iterator position.
  *
  * @see \TYPO3\CMS\Extbase\Persistence\ObjectStorage::current
  */
 public function current()
 {
     $this->initialize();
     return parent::current();
 }