Prado\Web\UI\WebControls\TWizardNavigationTemplate::getWizard PHP Method

getWizard() public method

public getWizard ( ) : TWizard
return TWizard the wizard owning this template
    public function getWizard()
    {
        return $this->_wizard;
    }