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