Prado\Web\UI\WebControls\TTemplatedWizardStep::getContentTemplate PHP Method

getContentTemplate() public method

public getContentTemplate ( ) : Prado\Web\UI\ITemplate
return Prado\Web\UI\ITemplate the template for the content of the wizard step.
    public function getContentTemplate()
    {
        return $this->_contentTemplate;
    }