예제 #1
0
 /**
  * Password change operation
  *
  * @param string $password New password
  */
 public function __construct($password)
 {
     $order = new Order('ServiceRequest', '', 0);
     $this->password = $password;
     $this->orderid = $order->getReference();
 }