getPath() public méthode

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