getContentResponse() публичный Метод

public getContentResponse ( $data, $statusCode = self::HTTP_OK, $links = null, $meta = null, array $headers = [] )
$headers array
Пример #1
0
 /**
  * @inheritdoc
  */
 public function getContentResponse($data, $statusCode = JsonApiResponses::HTTP_OK, $links = null, $meta = null, array $headers = [])
 {
     return parent::getContentResponse($data, $statusCode, $links, $meta);
 }