Prado\Web\UI\WebControls\TWizardStep::getTitle PHP Method

getTitle() public method

public getTitle ( ) : string
return string the title for this step.
    public function getTitle()
    {
        return $this->getViewState('Title', '');
    }