Esempio n. 1
0
 /**
  * @param object $object The object to add.
  * @param mixed $info The data to associate with the object.
  *
  * @see \TYPO3\CMS\Extbase\Persistence\ObjectStorage::offsetSet
  */
 public function offsetSet($object, $info)
 {
     $this->initialize();
     parent::offsetSet($object, $info);
 }