Example #1
0
 /**
  * @param UUID $uuid
  * @param Username $username
  * @param Password $password
  */
 public function __construct(UUID $uuid, Username $username, Password $password)
 {
     $this->uuid = $uuid->getValue();
     $this->username = $username->getValue();
     $this->password = $password->getValue();
 }