Prado\Web\UI\WebControls\TWizard::getSideBar PHP Method

getSideBar() public method

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