Backend\Core\Engine\Base\Object::getContent PHP Method

getContent() public method

With this function we'll be able to get the content and return it as a Symfony output object.
public getContent ( ) : Response
return Symfony\Component\HttpFoundation\Response
    public function getContent()
    {
        return new Response($this->content, 200);
    }