예제 #1
0
파일: Entity.php 프로젝트: apioo/fusio-impl
 /**
  * Returns the GET response
  *
  * @return array|\PSX\Record\RecordInterface
  */
 protected function doGet()
 {
     return $this->logService->get((int) $this->getUriFragment('log_id'));
 }