kartik\tree\TreeViewInput::renderToolbar PHP Méthode

renderToolbar() public méthode

Renders the markup for the button actions toolbar
public renderToolbar ( ) : string
Résultat string
    public function renderToolbar()
    {
        if (!$this->showToolbar) {
            return '';
        }
        unset($this->toolbar[self::BTN_CREATE], $this->toolbar[self::BTN_CREATE_ROOT], $this->toolbar[self::BTN_REMOVE]);
        return parent::renderToolbar();
    }