Metaregistrar\EPP\eppCreateContactResponse::getContactHandle PHP Метод

getContactHandle() публичный Метод

public getContactHandle ( ) : eppContactHandle
Результат eppContactHandle contacthandle
    public function getContactHandle()
    {
        if ($handle = $this->queryPath('/epp:epp/epp:response/epp:resData/contact:creData/contact:id')) {
            return new eppContactHandle($handle);
        } else {
            return null;
        }
    }