Prado\Data\ActiveRecord\Scaffold\TScaffoldView::showAddView PHP Метод

showAddView() защищенный Метод

Shows the add record view.
protected showAddView ( $sender, $param )
    protected function showAddView($sender, $param)
    {
        $this->getEditView()->setRecordPk(null);
        $this->getEditView()->initializeEditForm();
        $this->showEditView($sender, $param);
    }