Ejemplo n.º 1
0
 /**
  * Set username and password properties for connecting to the RPC server
  *
  * @param string $username the user name
  * @param string $password the password
  * @see XML_RPC_Client::$username, XML_RPC_Client::$password
  */
 public function setCredentials($username, $password)
 {
     $this->client->setCredentials($username, $password);
 }