Beispiel #1
0
 /**
  *
  * @param string $registrant
  */
 public function setRegistrant($registrant)
 {
     if ($registrant instanceof eppContactHandle) {
         parent::setRegistrant($registrant);
     } else {
         parent::setRegistrant($this->parseContactHandle($registrant));
     }
 }