Beispiel #1
0
 /**
  * @param string $username
  * @param string $password
  */
 public function authenticate($username, $password)
 {
     $this->authenticator = new Authenticator();
     $this->authenticator->authenticate($username, $password);
 }