示例#1
0
 /**
  * Returns the number of records matching the query.
  *
  * @param \TYPO3\FLOW3\Persistence\QueryInterface $query
  * @return integer
  * @api
  */
 public function getObjectCountByQuery(\TYPO3\FLOW3\Persistence\QueryInterface $query)
 {
     return $this->backend->getObjectCountByQuery($query);
 }