@@ -315,9 +315,9 @@ <h4>Tags</h4>
315
315
</ div >
316
316
< div class ="method ">
317
317
< a id ="Collection::MakeQueryString() "> </ a > < h3 > MakeQueryString< span class ="nb-faded-text "> (
318
- array
318
+
319
319
320
- $arr ,
320
+ $array ,
321
321
322
322
)
323
323
</ span >
@@ -334,10 +334,9 @@ <h4>Description</h4>
334
334
< th > Default</ th >
335
335
</ tr > </ thead >
336
336
< tbody > < tr >
337
- < td > $arr</ td >
338
- < td style ="white-space: normal; "> array</ td >
339
- < td > < p > array of key/value pairs</ p >
340
- </ td >
337
+ < td > $array</ td >
338
+ < td style ="white-space: normal; "> n/a</ td >
339
+ < td > </ td >
341
340
< td > </ td >
342
341
</ tr > </ tbody >
343
342
</ table >
@@ -409,12 +408,12 @@ <h4>Description</h4>
409
408
FALSE if there are no more pages</ em > < br > < small > < p > Generally, the structure for a multi-page collection will look like
410
409
this:</ p >
411
410
412
- < pre > < code > $coll = $obj->Collection();
413
- do {
414
- while($item = $coll->Next()) {
415
- // do something with the item
416
- |
417
- } while ($coll = $coll->NextPage());
411
+ < pre > < code > $coll = $obj->Collection();
412
+ do {
413
+ while($item = $coll->Next()) {
414
+ // do something with the item
415
+ |
416
+ } while ($coll = $coll->NextPage());
418
417
</ code > </ pre > </ small > < br > < h4 > Return value</ h4 >
419
418
< table >
420
419
< thead > < tr >
@@ -515,9 +514,9 @@ <h4>Description</h4>
515
514
< td > $testfunc</ td >
516
515
< td style ="white-space: normal; "> callable</ td >
517
516
< td > < p > a callback function that is passed each item
518
- in turn. Note that < code > Select()</ code > performs an explicit test for
519
- < code > FALSE</ code > , so functions like < code > strpos()</ code > need to be cast into a
520
- boolean value (and not just return the integer).</ p >
517
+ in turn. Note that < code > Select()</ code > performs an explicit test for
518
+ < code > FALSE</ code > , so functions like < code > strpos()</ code > need to be cast into a
519
+ boolean value (and not just return the integer).</ p >
521
520
</ td >
522
521
< td > </ td >
523
522
</ tr > </ tbody >
@@ -594,7 +593,7 @@ <h4>Description</h4>
594
593
< em > for paginated collection, sets the callback function and URL for
595
594
the next page</ em > < br > < small > < p > The callback function should have the signature:</ p >
596
595
597
- < pre > < code > function Whatever($class, $url, $parent)
596
+ < pre > < code > function Whatever($class, $url, $parent)
598
597
</ code > </ pre >
599
598
600
599
< p > and the < code > $url</ code > should be the URL of the next page of results</ p > </ small > < br > < h4 > Arguments</ h4 >
@@ -610,7 +609,7 @@ <h4>Description</h4>
610
609
< td > $callback</ td >
611
610
< td style ="white-space: normal; "> callable</ td >
612
611
< td > < p > the name of the function (or array of
613
- object, function name)</ p >
612
+ object, function name)</ p >
614
613
</ td >
615
614
< td > </ td >
616
615
</ tr >
@@ -888,7 +887,7 @@ <h4>Description</h4>
888
887
< td style ="white-space: normal; "> string</ td >
889
888
< td > < ul >
890
889
< li > the Class of each item in the collection
891
- (assumed to be the name of the factory method)</ li >
890
+ (assumed to be the name of the factory method)</ li >
892
891
</ ul >
893
892
</ td >
894
893
< td > </ td >
@@ -988,23 +987,23 @@ <h4>Tags</h4>
988
987
mixed
989
988
990
989
$p1
991
- = NULL ,
990
+ = null ,
992
991
mixed
993
992
994
993
$p2
995
- = NULL ,
994
+ = null ,
996
995
mixed
997
996
998
997
$p3
999
- = NULL ,
998
+ = null ,
1000
999
mixed
1001
1000
1002
1001
$p4
1003
- = NULL ,
1002
+ = null ,
1004
1003
mixed
1005
1004
1006
1005
$p5
1007
- = NULL ,
1006
+ = null ,
1008
1007
1009
1008
)
1010
1009
</ span >
@@ -1039,35 +1038,35 @@ <h4>Description</h4>
1039
1038
< td style ="white-space: normal; "> mixed</ td >
1040
1039
< td > < p > Optional argument to be passed to sprintf()</ p >
1041
1040
</ td >
1042
- < td > NULL </ td >
1041
+ < td > null </ td >
1043
1042
</ tr >
1044
1043
< tr >
1045
1044
< td > $p2</ td >
1046
1045
< td style ="white-space: normal; "> mixed</ td >
1047
1046
< td > < p > Optional argument to be passed to sprintf()</ p >
1048
1047
</ td >
1049
- < td > NULL </ td >
1048
+ < td > null </ td >
1050
1049
</ tr >
1051
1050
< tr >
1052
1051
< td > $p3</ td >
1053
1052
< td style ="white-space: normal; "> mixed</ td >
1054
1053
< td > < p > Optional argument to be passed to sprintf()</ p >
1055
1054
</ td >
1056
- < td > NULL </ td >
1055
+ < td > null </ td >
1057
1056
</ tr >
1058
1057
< tr >
1059
1058
< td > $p4</ td >
1060
1059
< td style ="white-space: normal; "> mixed</ td >
1061
1060
< td > < p > Optional argument to be passed to sprintf()</ p >
1062
1061
</ td >
1063
- < td > NULL </ td >
1062
+ < td > null </ td >
1064
1063
</ tr >
1065
1064
< tr >
1066
1065
< td > $p5</ td >
1067
1066
< td style ="white-space: normal; "> mixed</ td >
1068
1067
< td > < p > Optional argument to be passed to sprintf()</ p >
1069
1068
</ td >
1070
- < td > NULL </ td >
1069
+ < td > null </ td >
1071
1070
</ tr >
1072
1071
</ tbody >
1073
1072
</ table >
@@ -1471,9 +1470,6 @@ <h1>Namespaces</h1>
1471
1470
</ ul >
1472
1471
</ li >
1473
1472
< li class ="closed ">
1474
- < span class ="folder "> Autoscale</ span > < ul > < li > < span class ="class "> < a href ="OpenCloud.Autoscale.Service.html#Service "> Service</ a > < br > < small > The Rackspace Cloud Load Balancers</ small > </ span > </ li > </ ul >
1475
- </ li >
1476
- < li class ="closed ">
1477
1473
< span class ="folder "> Base</ span > < ul >
1478
1474
< li > < span class ="class "> < a href ="OpenCloud.Base.Base.html#Base "> Base</ a > < br > < small > The Base class is the root class for all other objects used or defined by
1479
1475
this SDK.</ small > </ span > </ li >
0 commit comments