Prado\Web\UI\WebControls\TWizard::getStepContent PHP Méthode

getStepContent() public méthode

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