method getRendered documentation in bbn\Mvc\Controller
Returns the rendered result from the current mvc if successfully processed
process() (or check()) must have been called before.
function()
{
if (isset($this->obj->content)) {
return $this->obj->content;
}
return false;
}
Returns the rendered result from the current mvc if successfully processed BBN is a suite of PHP and JS libraries and VueJS components - all open-source! bbn.io, build applications, the quick way