Newscoop\Image\ArticleImage::getPath PHP Method

getPath() public method

Get image path
public getPath ( ) : string
return string
    public function getPath()
    {
        return $this->image->getPath();
    }

Usage Example

コード例 #1
0
 public function getPath()
 {
     $this->__load();
     return parent::getPath();
 }