getPath() public method

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