예제 #1
0
 /**
  * Call method authenticate() of adater class
  *
  * @return bool
  */
 public function authenticate()
 {
     return $this->adapter->authenticate();
 }