Exemplo n.º 1
0
 /**
  * Returns the GET response
  *
  * @return array|\PSX\Record\RecordInterface
  */
 protected function doGet()
 {
     return $this->schemaService->get((int) $this->getUriFragment('schema_id'));
 }