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

getStepContent() public method

public getStepContent ( ) : TPanel
return TPanel container of the wizard step content
    public function getStepContent()
    {
        return $this->_stepContent;
    }
TWizard