LibCloud\Dns\Providers\GoDaddy\GoDaddyProvider::toZone PHP Method

toZone() protected method

protected toZone ( $response )
    protected function toZone($response)
    {
        return new Zone($response['domainId'], $response['domain'], 'master', null, 'go_daddy', $response);
    }