예제 #1
0
파일: Client.php 프로젝트: mgrt/mgrt-php
 public function checkDomain(Domain $domain)
 {
     $command = $this->getCommand('CheckDomain', array('domainId' => $domain->getId()));
     return $this->execute($command);
 }