FOF30\View\DataView\Json::onAfterSave PHP Method

onAfterSave() protected method

The event which runs when we are displaying a single item JSON view
protected onAfterSave ( string $tpl = null )
$tpl string The view sub-template to use
    protected function onAfterSave($tpl = null)
    {
        self::renderSingleItem($tpl);
    }