Prado\Web\UI\WebControls\TWizardNavigationButtonStyle::getImageUrl PHP 메소드

getImageUrl() 공개 메소드

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