Prado\Web\UI\WebControls\TWizard::getStepContent PHP Метод

getStepContent() публичный Метод

public getStepContent ( ) : TPanel
Результат TPanel container of the wizard step content
    public function getStepContent()
    {
        return $this->_stepContent;
    }
TWizard