Exemplo n.º 1
0
 /**
  * Sends content for the current web response.
  *
  * @return JsonResponse
  */
 public function sendContent()
 {
     $this->content = $this->getContent();
     return parent::sendContent();
 }