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

getNavigationTemplate() public method

public getNavigationTemplate ( ) : Prado\Web\UI\ITemplate
return Prado\Web\UI\ITemplate the template for displaying the navigation UI of a wizard step. Defaults to null.
    public function getNavigationTemplate()
    {
        return $this->_navigationTemplate;
    }