예제 #1
0
 /**
  * Removes all authorization data.
  */
 public function clearAll()
 {
     parent::clearAll();
     $this->db->createCommand("DELETE FROM {$this->pathTable}")->execute();
 }