예제 #1
0
 /**
  * Returns the object data matching the $query.
  *
  * @param Tx_Extbase_Persistence_QueryInterface $query
  * @return array
  * @api
  */
 public function getObjectDataByQuery(Tx_Extbase_Persistence_QueryInterface $query)
 {
     return $this->storageBackend->getObjectDataByQuery($query);
 }