예제 #1
0
파일: BasicAuth.php 프로젝트: respond/atk4
 /** remove ourselves */
 function destroy()
 {
     if ($this->api->auth === $this) {
         unset($this->api->auth);
     }
     parent::destroy();
 }
예제 #2
0
 function destroy()
 {
     unset($this->api->auth);
     parent::destroy();
 }
예제 #3
0
 function destroy()
 {
     $this->api->pr = new \Dummy();
     return parent::destroy();
 }