Exemplo n.º 1
0
 /**
  * Destructor.
  *
  * @api
  */
 public function __destruct()
 {
     parent::__destruct();
 }
Exemplo n.º 2
0
 public function __destruct()
 {
     $this->sync();
     if ($this->dir->exists()) {
         TTL::queued($this->name, $this->ttl);
     }
     parent::__destruct();
 }