Exemplo n.º 1
0
Arquivo: File.php Projeto: vetoni/toko
 /**
  * @return bool
  * @throws \Exception
  */
 public function delete()
 {
     if (parent::delete() === false) {
         return false;
     }
     return unlink($this->path);
 }