-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDnsMadeEasy-Managers-Multiple-MultipleRecordManager.html
530 lines (427 loc) · 28.5 KB
/
DnsMadeEasy-Managers-Multiple-MultipleRecordManager.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Documentation</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<base href="../">
<link rel="icon" href="images/favicon.ico"/>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/base.css">
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/template.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0/css/all.min.css" integrity="sha256-ybRkN9dBjhcS2qrW1z+hfCxq+1aBdwyQM5wlQoQVt/0=" crossorigin="anonymous" />
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script src="https://cdn.jsdelivr.net/npm/css-vars-ponyfill@2"></script>
<script src="js/search.js"></script>
<script defer src="js/searchIndex.js"></script>
</head>
<body id="top">
<header class="phpdocumentor-header phpdocumentor-section">
<h1 class="phpdocumentor-title"><a href="" class="phpdocumentor-title__link">Documentation</a></h1>
<input class="phpdocumentor-header__menu-button" type="checkbox" id="menu-button" name="menu-button" />
<label class="phpdocumentor-header__menu-icon" for="menu-button">
<i class="fas fa-bars"></i>
</label>
<section data-search-form class="phpdocumentor-search">
<label>
<span class="visually-hidden">Search for</span>
<svg class="phpdocumentor-search__icon" width="21" height="20" viewBox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="7.5" cy="7.5" r="6.5" stroke="currentColor" stroke-width="2"/>
<line x1="12.4892" y1="12.2727" x2="19.1559" y2="18.9393" stroke="currentColor" stroke-width="3"/>
</svg>
<input type="search" class="phpdocumentor-field phpdocumentor-search__field" placeholder="Loading .." disabled />
</label>
</section>
<nav class="phpdocumentor-topnav">
<ul class="phpdocumentor-topnav__menu">
</ul>
</nav>
</header>
<main class="phpdocumentor">
<div class="phpdocumentor-section">
<input class="phpdocumentor-sidebar__menu-button" type="checkbox" id="sidebar-button" name="sidebar-button" />
<label class="phpdocumentor-sidebar__menu-icon" for="sidebar-button">
Menu
</label>
<aside class="phpdocumentor-column -four phpdocumentor-sidebar">
<section class="phpdocumentor-sidebar__category">
<h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
<h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/dnsmadeeasy.html"><abbr title="\DnsMadeEasy">DnsMadeEasy</abbr></a></h4>
<ul class="phpdocumentor-list">
<li><a href="namespaces/dnsmadeeasy-enums.html"><abbr title="\DnsMadeEasy\Enums">Enums</abbr></a></li>
<li><a href="namespaces/dnsmadeeasy-exceptions.html"><abbr title="\DnsMadeEasy\Exceptions">Exceptions</abbr></a></li>
<li><a href="namespaces/dnsmadeeasy-interfaces.html"><abbr title="\DnsMadeEasy\Interfaces">Interfaces</abbr></a></li>
<li><a href="namespaces/dnsmadeeasy-managers.html"><abbr title="\DnsMadeEasy\Managers">Managers</abbr></a></li>
<li><a href="namespaces/dnsmadeeasy-models.html"><abbr title="\DnsMadeEasy\Models">Models</abbr></a></li>
<li><a href="namespaces/dnsmadeeasy-pagination.html"><abbr title="\DnsMadeEasy\Pagination">Pagination</abbr></a></li>
<li><a href="namespaces/dnsmadeeasy-traits.html"><abbr title="\DnsMadeEasy\Traits">Traits</abbr></a></li>
</ul>
</section>
<section class="phpdocumentor-sidebar__category">
<h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
<h3 class="phpdocumentor-sidebar__root-package"><a href="packages/Default.html"><abbr title="\Default">Default</abbr></a></h3>
<h3 class="phpdocumentor-sidebar__root-package"><a href="packages/DnsMadeEasy.html"><abbr title="\DnsMadeEasy">DnsMadeEasy</abbr></a></h3>
<ul class="phpdocumentor-list">
<li><a href="packages/DnsMadeEasy-Enums.html"><abbr title="\DnsMadeEasy\Enums">Enums</abbr></a></li>
<li><a href="packages/DnsMadeEasy-Exceptions.html"><abbr title="\DnsMadeEasy\Exceptions">Exceptions</abbr></a></li>
<li><a href="packages/DnsMadeEasy-Interfaces.html"><abbr title="\DnsMadeEasy\Interfaces">Interfaces</abbr></a></li>
<li><a href="packages/DnsMadeEasy-Managers.html"><abbr title="\DnsMadeEasy\Managers">Managers</abbr></a></li>
<li><a href="packages/DnsMadeEasy-Models.html"><abbr title="\DnsMadeEasy\Models">Models</abbr></a></li>
<li><a href="packages/DnsMadeEasy-Pagination.html"><abbr title="\DnsMadeEasy\Pagination">Pagination</abbr></a></li>
</ul>
</section>
<section class="phpdocumentor-sidebar__category">
<h2 class="phpdocumentor-sidebar__category-header">Reports</h2>
<h3 class="phpdocumentor-sidebar__root-package"><a href="reports/deprecated.html">Deprecated</a></h3>
<h3 class="phpdocumentor-sidebar__root-package"><a href="reports/errors.html">Errors</a></h3>
<h3 class="phpdocumentor-sidebar__root-package"><a href="reports/markers.html">Markers</a></h3>
</section>
<section class="phpdocumentor-sidebar__category">
<h2 class="phpdocumentor-sidebar__category-header">Indices</h2>
<h3 class="phpdocumentor-sidebar__root-package"><a href="indices/files.html">Files</a></h3>
</section>
</aside>
<div class="phpdocumentor-column -eight phpdocumentor-content">
<ul class="phpdocumentor-breadcrumbs">
<li class="phpdocumentor-breadcrumb"><a href="namespaces/dnsmadeeasy.html">DnsMadeEasy</a></li>
<li class="phpdocumentor-breadcrumb"><a href="namespaces/dnsmadeeasy-managers.html">Managers</a></li>
<li class="phpdocumentor-breadcrumb"><a href="namespaces/dnsmadeeasy-managers-multiple.html">Multiple</a></li>
</ul>
<article class="phpdocumentor-element -class">
<h2 class="phpdocumentor-content__title">
MultipleRecordManager
<div class="phpdocumentor-element__package">
in package
<ul class="phpdocumentor-breadcrumbs">
<li class="phpdocumentor-breadcrumb"><a href="packages/DnsMadeEasy.html">DnsMadeEasy</a></li>
<li class="phpdocumentor-breadcrumb"><a href="packages/DnsMadeEasy-Managers.html">Managers</a></li>
</ul>
</div>
<span class="phpdocumentor-element__implements">
implements
<a href="classes/DnsMadeEasy-Interfaces-Managers-MultipleRecordManagerInterface.html"><abbr title="\DnsMadeEasy\Interfaces\Managers\MultipleRecordManagerInterface">MultipleRecordManagerInterface</abbr></a> </span>
</h2>
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Managers/Multiple/MultipleRecordManager.php"><a href="files/src-managers-multiple-multiplerecordmanager.html"><abbr title="src/Managers/Multiple/MultipleRecordManager.php">MultipleRecordManager.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">18</span>
</aside>
<p class="phpdocumentor-summary">Manages multiple domain records at once.</p>
<section class="phpdocumentor-description"></section>
<h3 id="interfaces_class_traits">
Interfaces, Classes and Traits
<a href="#interfaces_class_traits" class="headerlink"><i class="fas fa-link"></i></a>
</h3>
<dl class="phpdocumentor-table-of-contents">
<dt class="phpdocumentor-table-of-contents__entry -interface"><a href="classes/DnsMadeEasy-Interfaces-Managers-MultipleRecordManagerInterface.html"><abbr title="\DnsMadeEasy\Interfaces\Managers\MultipleRecordManagerInterface">MultipleRecordManagerInterface</abbr></a></dt>
<dd>Manages creation, deletion and updating of multiple domain records.</dd>
</dl>
<h3 id="toc">
Table of Contents
<a href="#toc" class="headerlink"><i class="fas fa-link"></i></a>
</h3>
<dl class="phpdocumentor-table-of-contents">
<dt class="phpdocumentor-table-of-contents__entry -property -protected">
<a href="classes/DnsMadeEasy-Managers-Multiple-MultipleRecordManager.html#property_baseUri">$baseUri</a>
<span>
: string </span>
</dt>
<dd>The base URI for managed domains</dd>
<dt class="phpdocumentor-table-of-contents__entry -property -protected">
<a href="classes/DnsMadeEasy-Managers-Multiple-MultipleRecordManager.html#property_client">$client</a>
<span>
: <a href="classes/DnsMadeEasy-Interfaces-ClientInterface.html"><abbr title="\DnsMadeEasy\Interfaces\ClientInterface">ClientInterface</abbr></a> </span>
</dt>
<dd>The DNS Made Easy API Client</dd>
<dt class="phpdocumentor-table-of-contents__entry -property -protected">
<a href="classes/DnsMadeEasy-Managers-Multiple-MultipleRecordManager.html#property_domain">$domain</a>
<span>
: <a href="classes/DnsMadeEasy-Interfaces-Models-Common-CommonManagedDomainInterface.html"><abbr title="\DnsMadeEasy\Interfaces\Models\Common\CommonManagedDomainInterface">CommonManagedDomainInterface</abbr></a> </span>
</dt>
<dd>The domain to manage records for.</dd>
<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a href="classes/DnsMadeEasy-Managers-Multiple-MultipleRecordManager.html#method___construct">__construct()</a>
<span>
: mixed </span>
</dt>
<dd>Creates a new manager for the supplied domain.</dd>
<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a href="classes/DnsMadeEasy-Managers-Multiple-MultipleRecordManager.html#method_create">create()</a>
<span>
: array<string|int, <a href="classes/DnsMadeEasy-Interfaces-Models-DomainRecordInterface.html"><abbr title="\DnsMadeEasy\Interfaces\Models\DomainRecordInterface">DomainRecordInterface</abbr></a>> </span>
</dt>
<dd>Creates the supplied records in a single API call. This will return a new array containing new objects for the
newly created records.</dd>
<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a href="classes/DnsMadeEasy-Managers-Multiple-MultipleRecordManager.html#method_delete">delete()</a>
<span>
: void </span>
</dt>
<dd>Deletes the records matching the IDs specified.</dd>
<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a href="classes/DnsMadeEasy-Managers-Multiple-MultipleRecordManager.html#method_update">update()</a>
<span>
: void </span>
</dt>
<dd>Updates the supplied records in a single API call.</dd>
</dl>
<section class="phpdocumentor-properties">
<h3 class="phpdocumentor-elements__header" id="properties">
Properties
<a href="classes/DnsMadeEasy-Managers-Multiple-MultipleRecordManager.html#properties" class="headerlink"><i class="fas fa-link"></i></a>
</h3>
<article
class="
phpdocumentor-element
-property
-protected
"
>
<h4 class="phpdocumentor-element__name" id="property_baseUri">
$baseUri
<a href="classes/DnsMadeEasy-Managers-Multiple-MultipleRecordManager.html#property_baseUri" class="headerlink"><i class="fas fa-link"></i></a>
<span class="phpdocumentor-element__modifiers">
</span>
</h4>
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Managers/Multiple/MultipleRecordManager.php"><a href="files/src-managers-multiple-multiplerecordmanager.html"><abbr title="src/Managers/Multiple/MultipleRecordManager.php">MultipleRecordManager.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">36</span>
</aside>
<p class="phpdocumentor-summary">The base URI for managed domains</p>
<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">protected</span>
<span class="phpdocumentor-signature__type">string</span>
<span class="phpdocumentor-signature__name">$baseUri</span>
= <span class="phpdocumentor-signature__default-value">'/dns/managed'</span></code>
<section class="phpdocumentor-description"></section>
</article>
<article
class="
phpdocumentor-element
-property
-protected
"
>
<h4 class="phpdocumentor-element__name" id="property_client">
$client
<a href="classes/DnsMadeEasy-Managers-Multiple-MultipleRecordManager.html#property_client" class="headerlink"><i class="fas fa-link"></i></a>
<span class="phpdocumentor-element__modifiers">
</span>
</h4>
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Managers/Multiple/MultipleRecordManager.php"><a href="files/src-managers-multiple-multiplerecordmanager.html"><abbr title="src/Managers/Multiple/MultipleRecordManager.php">MultipleRecordManager.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">24</span>
</aside>
<p class="phpdocumentor-summary">The DNS Made Easy API Client</p>
<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">protected</span>
<span class="phpdocumentor-signature__type"><a href="classes/DnsMadeEasy-Interfaces-ClientInterface.html"><abbr title="\DnsMadeEasy\Interfaces\ClientInterface">ClientInterface</abbr></a></span>
<span class="phpdocumentor-signature__name">$client</span>
</code>
<section class="phpdocumentor-description"></section>
</article>
<article
class="
phpdocumentor-element
-property
-protected
"
>
<h4 class="phpdocumentor-element__name" id="property_domain">
$domain
<a href="classes/DnsMadeEasy-Managers-Multiple-MultipleRecordManager.html#property_domain" class="headerlink"><i class="fas fa-link"></i></a>
<span class="phpdocumentor-element__modifiers">
</span>
</h4>
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Managers/Multiple/MultipleRecordManager.php"><a href="files/src-managers-multiple-multiplerecordmanager.html"><abbr title="src/Managers/Multiple/MultipleRecordManager.php">MultipleRecordManager.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">30</span>
</aside>
<p class="phpdocumentor-summary">The domain to manage records for.</p>
<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">protected</span>
<span class="phpdocumentor-signature__type"><a href="classes/DnsMadeEasy-Interfaces-Models-Common-CommonManagedDomainInterface.html"><abbr title="\DnsMadeEasy\Interfaces\Models\Common\CommonManagedDomainInterface">CommonManagedDomainInterface</abbr></a></span>
<span class="phpdocumentor-signature__name">$domain</span>
</code>
<section class="phpdocumentor-description"></section>
</article>
</section>
<section class="phpdocumentor-methods">
<h3 class="phpdocumentor-elements__header" id="methods">
Methods
<a href="classes/DnsMadeEasy-Managers-Multiple-MultipleRecordManager.html#methods" class="headerlink"><i class="fas fa-link"></i></a>
</h3>
<article
class="phpdocumentor-element
-method
-public
"
>
<h4 class="phpdocumentor-element__name" id="method___construct">
__construct()
<a href="classes/DnsMadeEasy-Managers-Multiple-MultipleRecordManager.html#method___construct" class="headerlink"><i class="fas fa-link"></i></a>
</h4>
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Managers/Multiple/MultipleRecordManager.php"><a href="files/src-managers-multiple-multiplerecordmanager.html"><abbr title="src/Managers/Multiple/MultipleRecordManager.php">MultipleRecordManager.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">38</span>
</aside>
<p class="phpdocumentor-summary">Creates a new manager for the supplied domain.</p>
<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">public</span>
<span class="phpdocumentor-signature__name">__construct</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type"><a href="classes/DnsMadeEasy-Interfaces-ClientInterface.html"><abbr title="\DnsMadeEasy\Interfaces\ClientInterface">ClientInterface</abbr></a> </span><span class="phpdocumentor-signature__argument__name">$client</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type"><a href="classes/DnsMadeEasy-Interfaces-Models-Common-CommonManagedDomainInterface.html"><abbr title="\DnsMadeEasy\Interfaces\Models\Common\CommonManagedDomainInterface">CommonManagedDomainInterface</abbr></a> </span><span class="phpdocumentor-signature__argument__name">$domain</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code>
<section class="phpdocumentor-description"></section>
<h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
<dl class="phpdocumentor-argument-list">
<dt class="phpdocumentor-argument-list__entry">
<span class="phpdocumentor-signature__argument__name">$client</span>
: <span class="phpdocumentor-signature__argument__return-type"><a href="classes/DnsMadeEasy-Interfaces-ClientInterface.html"><abbr title="\DnsMadeEasy\Interfaces\ClientInterface">ClientInterface</abbr></a></span>
</dt>
<dd class="phpdocumentor-argument-list__definition">
<section class="phpdocumentor-description"></section>
</dd>
<dt class="phpdocumentor-argument-list__entry">
<span class="phpdocumentor-signature__argument__name">$domain</span>
: <span class="phpdocumentor-signature__argument__return-type"><a href="classes/DnsMadeEasy-Interfaces-Models-Common-CommonManagedDomainInterface.html"><abbr title="\DnsMadeEasy\Interfaces\Models\Common\CommonManagedDomainInterface">CommonManagedDomainInterface</abbr></a></span>
</dt>
<dd class="phpdocumentor-argument-list__definition">
<section class="phpdocumentor-description"></section>
</dd>
</dl>
<h5 class="phpdocumentor-return-value__heading">Return values</h5>
<span class="phpdocumentor-signature__response_type">mixed</span>
—
<section class="phpdocumentor-description"></section>
</article>
<article
class="phpdocumentor-element
-method
-public
"
>
<h4 class="phpdocumentor-element__name" id="method_create">
create()
<a href="classes/DnsMadeEasy-Managers-Multiple-MultipleRecordManager.html#method_create" class="headerlink"><i class="fas fa-link"></i></a>
</h4>
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Managers/Multiple/MultipleRecordManager.php"><a href="files/src-managers-multiple-multiplerecordmanager.html"><abbr title="src/Managers/Multiple/MultipleRecordManager.php">MultipleRecordManager.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">45</span>
</aside>
<p class="phpdocumentor-summary">Creates the supplied records in a single API call. This will return a new array containing new objects for the
newly created records.</p>
<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">public</span>
<span class="phpdocumentor-signature__name">create</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">array<string|int, mixed> </span><span class="phpdocumentor-signature__argument__name">$records</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">array<string|int, <a href="classes/DnsMadeEasy-Interfaces-Models-DomainRecordInterface.html"><abbr title="\DnsMadeEasy\Interfaces\Models\DomainRecordInterface">DomainRecordInterface</abbr></a>></span></code>
<section class="phpdocumentor-description"></section>
<h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
<dl class="phpdocumentor-argument-list">
<dt class="phpdocumentor-argument-list__entry">
<span class="phpdocumentor-signature__argument__name">$records</span>
: <span class="phpdocumentor-signature__argument__return-type">array<string|int, mixed></span>
</dt>
<dd class="phpdocumentor-argument-list__definition">
<section class="phpdocumentor-description"></section>
</dd>
</dl>
<h5 class="phpdocumentor-return-value__heading">Return values</h5>
<span class="phpdocumentor-signature__response_type">array<string|int, <a href="classes/DnsMadeEasy-Interfaces-Models-DomainRecordInterface.html"><abbr title="\DnsMadeEasy\Interfaces\Models\DomainRecordInterface">DomainRecordInterface</abbr></a>></span>
—
<section class="phpdocumentor-description"></section>
</article>
<article
class="phpdocumentor-element
-method
-public
"
>
<h4 class="phpdocumentor-element__name" id="method_delete">
delete()
<a href="classes/DnsMadeEasy-Managers-Multiple-MultipleRecordManager.html#method_delete" class="headerlink"><i class="fas fa-link"></i></a>
</h4>
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Managers/Multiple/MultipleRecordManager.php"><a href="files/src-managers-multiple-multiplerecordmanager.html"><abbr title="src/Managers/Multiple/MultipleRecordManager.php">MultipleRecordManager.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">95</span>
</aside>
<p class="phpdocumentor-summary">Deletes the records matching the IDs specified.</p>
<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">public</span>
<span class="phpdocumentor-signature__name">delete</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">array<string|int, mixed> </span><span class="phpdocumentor-signature__argument__name">$ids</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
<section class="phpdocumentor-description"></section>
<h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
<dl class="phpdocumentor-argument-list">
<dt class="phpdocumentor-argument-list__entry">
<span class="phpdocumentor-signature__argument__name">$ids</span>
: <span class="phpdocumentor-signature__argument__return-type">array<string|int, mixed></span>
</dt>
<dd class="phpdocumentor-argument-list__definition">
<section class="phpdocumentor-description"></section>
</dd>
</dl>
<h5 class="phpdocumentor-return-value__heading">Return values</h5>
<span class="phpdocumentor-signature__response_type">void</span>
—
<section class="phpdocumentor-description"></section>
</article>
<article
class="phpdocumentor-element
-method
-public
"
>
<h4 class="phpdocumentor-element__name" id="method_update">
update()
<a href="classes/DnsMadeEasy-Managers-Multiple-MultipleRecordManager.html#method_update" class="headerlink"><i class="fas fa-link"></i></a>
</h4>
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Managers/Multiple/MultipleRecordManager.php"><a href="files/src-managers-multiple-multiplerecordmanager.html"><abbr title="src/Managers/Multiple/MultipleRecordManager.php">MultipleRecordManager.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">77</span>
</aside>
<p class="phpdocumentor-summary">Updates the supplied records in a single API call.</p>
<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">public</span>
<span class="phpdocumentor-signature__name">update</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">array<string|int, mixed> </span><span class="phpdocumentor-signature__argument__name">$records</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
<section class="phpdocumentor-description"></section>
<h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
<dl class="phpdocumentor-argument-list">
<dt class="phpdocumentor-argument-list__entry">
<span class="phpdocumentor-signature__argument__name">$records</span>
: <span class="phpdocumentor-signature__argument__return-type">array<string|int, mixed></span>
</dt>
<dd class="phpdocumentor-argument-list__definition">
<section class="phpdocumentor-description"></section>
</dd>
</dl>
<h5 class="phpdocumentor-return-value__heading">Return values</h5>
<span class="phpdocumentor-signature__response_type">void</span>
—
<section class="phpdocumentor-description"></section>
</article>
</section>
</article>
<section data-search-results class="phpdocumentor-search-results phpdocumentor-search-results--hidden">
<section class="phpdocumentor-search-results__dialog">
<header class="phpdocumentor-search-results__header">
<h2 class="phpdocumentor-search-results__title">Search results</h2>
<button class="phpdocumentor-search-results__close"><i class="fas fa-times"></i></button>
</header>
<section class="phpdocumentor-search-results__body">
<ul class="phpdocumentor-search-results__entries"></ul>
</section>
</section>
</section>
</div>
</div>
<a href="classes/DnsMadeEasy-Managers-Multiple-MultipleRecordManager.html#top" class="phpdocumentor-back-to-top"><i class="fas fa-chevron-circle-up"></i></a>
</main>
<script>
cssVars({});
</script>
</body>
</html>