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