예제 #1
0
 /**
  * AuthenticationType::toggle
  * Toggle the active state of an AuthenticationType
  */
 public function toggle()
 {
     return parent::toggle();
 }