, .
:
\Symfony\Component\HttpFoundation\Response
\Symfony\Component\HttpFoundation\JsonResponse
\Illuminate\Http\JsonResponse
:
public function __toString()
{
...
return ... . $this->getContent();
}
, :
public function getContent()
{
return $this->content;
}
, protected $content, , JsonResponse , PHP __toString() .