Exemplo n.º 1
0
 /** remove ourselves */
 function destroy()
 {
     if ($this->api->auth === $this) {
         unset($this->api->auth);
     }
     parent::destroy();
 }
Exemplo n.º 2
0
 function destroy()
 {
     unset($this->api->auth);
     parent::destroy();
 }
Exemplo n.º 3
0
 function destroy()
 {
     $this->api->pr = new \Dummy();
     return parent::destroy();
 }