コード例 #1
0
 /**
  * Injects the data mapper
  *
  * @param \TYPO3\Flow\Persistence\Generic\DataMapper $dataMapper
  * @return void
  */
 public function injectDataMapper(\TYPO3\Flow\Persistence\Generic\DataMapper $dataMapper)
 {
     $this->dataMapper = $dataMapper;
     $this->dataMapper->setPersistenceManager($this);
 }
コード例 #2
0
 /**
  * Injects the data mapper
  *
  * @param DataMapper $dataMapper
  * @return void
  */
 public function injectDataMapper(DataMapper $dataMapper)
 {
     $this->dataMapper = $dataMapper;
     $this->dataMapper->setPersistenceManager($this);
 }