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

getWizard() public method

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