Prado\Web\UI\WebControls\TImage::getData PHP 메소드

getData() 공개 메소드

This method is required by {@link \Prado\IDataRenderer}. It is the same as {@link getImageUrl()}.
또한 보기: getImageUrl
부터: 3.1.0
public getData ( ) : string
리턴 string the URL of the image file.
    public function getData()
    {
        return $this->getImageUrl();
    }