Metaregistrar\EPP\eppUndeleteRequest::__construct PHP Метод

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

public __construct ( $restoreinfo )
    function __construct($restoreinfo)
    {
        parent::__construct();
        if ($restoreinfo instanceof eppDomain) {
            $this->setDomain($restoreinfo);
        } else {
            throw new eppException('parameter of eppUndeleteRequest must be valid eppDomain object');
        }
        //$this->addSessionId();
    }