Prado\Web\UI\WebControls\TWizardNavigationButtonStyle::getButtonText PHP Method

getButtonText() public method

public getButtonText ( ) : string
return string button caption
    public function getButtonText()
    {
        return $this->_buttonText === null ? '' : $this->_buttonText;
    }