Prado\Web\UI\WebControls\TImage::getData PHP Method

getData() public method

This method is required by {@link \Prado\IDataRenderer}. It is the same as {@link getImageUrl()}.
See also: getImageUrl
Since: 3.1.0
public getData ( ) : string
return string the URL of the image file.
    public function getData()
    {
        return $this->getImageUrl();
    }