예제 #1
0
파일: Query.php 프로젝트: pkerling/rest
 /**
  * Executes the query and returns the result
  *
  * @return array Returns the result
  * @api
  */
 public function execute()
 {
     return $this->persistenceManager->getObjectDataByQuery($this);
 }