Exemplo n.º 1
0
 /**
  * Returns the DELETE response
  *
  * @param \PSX\Record\RecordInterface $record
  * @return array|\PSX\Record\RecordInterface
  */
 protected function doDelete($record)
 {
     $this->schemaService->delete((int) $this->getUriFragment('schema_id'));
     return array('success' => true, 'message' => 'Schema successful deleted');
 }