Example #1
0
 public function __destruct()
 {
     if ($this->is_listening) {
         File::dumpArray($this->file, $this->content);
     }
 }