| 1 | <?php | ||
| 9 | class Future extends InfoCommand | ||
| 10 | { | ||
| 11 | /** | ||
| 12 | * Set domain name for future (option) | ||
| 13 | * | ||
| 14 | * @param string $domain Domain Name | ||
| 15 | * | ||
| 16 | * @throws Exception on incorrect domain name | ||
| 17 | */ | ||
| 18 | public function setFuture($domain) | ||
| 26 | |||
| 27 | /** | ||
| 28 | * Set requested future AuthInfo | ||
| 29 | * | ||
| 30 | * @param string $pw AuthInfo for future | ||
| 31 | * @param string $roid if specified, this is ContactId of registrant and autinfo is of registrant | ||
| 32 | */ | ||
| 33 | public function setAuthInfo($pw, $roid = null) | ||
| 41 | } | ||
| 42 |