Metaregistrar\EPP\eppRequest::setNamespacesinroot PHP Метод

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

Determine whether the namespaces must be put in the root or at the corresponding objects
public setNamespacesinroot ( boolean $setting )
$setting boolean
    public function setNamespacesinroot($setting)
    {
        $this->namespacesinroot = $setting;
    }