kartik\tree\TreeViewInput::renderToolbar PHP 메소드

renderToolbar() 공개 메소드

Renders the markup for the button actions toolbar
public renderToolbar ( ) : string
리턴 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();
    }