コード例 #1
0
ファイル: Jaroska.php プロジェクト: xxdavid/jaroska-api
 /**
  * @param string $username
  * @param string $password
  */
 public function authenticate($username, $password)
 {
     $this->authenticator = new Authenticator();
     $this->authenticator->authenticate($username, $password);
 }