コード例 #1
0
ファイル: JsonResponse.php プロジェクト: splot/framework
 /**
  * Sends content for the current web response.
  *
  * @return JsonResponse
  */
 public function sendContent()
 {
     $this->content = $this->getContent();
     return parent::sendContent();
 }