/** remove ourselves */ function destroy() { if ($this->api->auth === $this) { unset($this->api->auth); } parent::destroy(); }
function destroy() { unset($this->api->auth); parent::destroy(); }
function destroy() { $this->api->pr = new \Dummy(); return parent::destroy(); }