예제 #1
0
파일: Client.php 프로젝트: Kofel/php-epp2
 protected function generateClientTransactionId()
 {
     return Random::id(64, $this->username);
 }