Prado\Web\UI\WebControls\TWizard::getSideBar PHP 메소드

getSideBar() 공개 메소드

public getSideBar ( ) : TPanel
리턴 TPanel container of the wizard side bar
    public function getSideBar()
    {
        return $this->_sideBar;
    }
TWizard