LibCloud\Dns\Providers\TransIP\TransIPProvider::toZone PHP Method

toZone() protected method

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