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();
 }