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

getImageUrl() public method

public getImageUrl ( ) : string
return string image URL for the image button
    public function getImageUrl()
    {
        return $this->_imageUrl === null ? '' : $this->_imageUrl;
    }