Metaregistrar\EPP\eppLaunchCreateDomainResponse::getLaunchPhase PHP Method

getLaunchPhase() public method

public getLaunchPhase ( )
    public function getLaunchPhase()
    {
        $xpath = $this->xPath();
        $result = $xpath->query('/epp:epp/epp:response/epp:extension/launch:creData/launch:phase');
        if ($result->length > 0) {
            return $result->item(0)->nodeValue;
        } else {
            return null;
        }
    }
eppLaunchCreateDomainResponse