Newscoop\Image\ArticleImage::getPath PHP Метод

getPath() публичный Метод

Get image path
public getPath ( ) : string
Результат string
    public function getPath()
    {
        return $this->image->getPath();
    }

Usage Example

 public function getPath()
 {
     $this->__load();
     return parent::getPath();
 }