Exemplo n.º 1
0
 /**
  * Returns the POST response
  *
  * @param \PSX\Record\RecordInterface $record
  * @return array|\PSX\Record\RecordInterface
  */
 protected function doPost($record)
 {
     $body = $this->schemaService->getHtmlPreview((int) $this->getUriFragment('schema_id'));
     $this->setBody(['preview' => $body]);
 }