Exemple #1
0
 /**
  * @return bool
  * @throws \Exception
  */
 public function delete()
 {
     if (parent::delete() === false) {
         return false;
     }
     return unlink($this->path);
 }