Metaregistrar\EPP\eppLoginRequest::checkForOptions PHP Метод

checkForOptions() приватный Метод

private checkForOptions ( )
    private function checkForOptions()
    {
        if (!$this->options) {
            $this->options = $this->createElement('options');
            $this->login->appendChild($this->options);
        }
    }