Prado\Data\ActiveRecord\Scaffold\TScaffoldView::getAddButton PHP Method

getAddButton() public method

public getAddButton ( ) : TButton
return TButton "Add new record" button.
    public function getAddButton()
    {
        $this->ensureChildControls();
        return $this->getRegisteredObject('_newButton');
    }