@@ -67,6 +67,14 @@ <h4 class="phpdocumentor-sidebar__root-namespace">
6767 < li >
6868 < a href ="namespaces/cnic-hexonet.html " class =""> HEXONET</ a >
6969
70+ </ li >
71+ < li >
72+ < a href ="namespaces/cnic-ibs.html " class =""> IBS</ a >
73+
74+ </ li >
75+ < li >
76+ < a href ="namespaces/cnic-moniker.html " class =""> MONIKER</ a >
77+
7078 </ li >
7179 </ ul >
7280
@@ -84,6 +92,14 @@ <h4 class="phpdocumentor-sidebar__root-namespace">
8492 < li >
8593 < a href ="packages/CNIC-HEXONET.html " class =""> HEXONET</ a >
8694
95+ </ li >
96+ < li >
97+ < a href ="packages/CNIC-IBS.html " class =""> IBS</ a >
98+
99+ </ li >
100+ < li >
101+ < a href ="packages/CNIC-MONIKER.html " class =""> MONIKER</ a >
102+
87103 </ li >
88104 </ ul >
89105
@@ -170,56 +186,56 @@ <h4 id="toc-properties">
170186
171187</ h4 >
172188< dl class ="phpdocumentor-table-of-contents ">
173- < dt class ="phpdocumentor-table-of-contents__entry -property -private ">
189+ < dt class ="phpdocumentor-table-of-contents__entry -property -protected ">
174190 < a class ="" href ="classes/CNIC-HEXONET-Response.html#property_columnkeys "> $columnkeys</ a >
175191 < span >
176192 : array<string|int, string> </ span >
177193</ dt >
178194< dd > Column names available in this responsse</ dd >
179195
180- < dt class ="phpdocumentor-table-of-contents__entry -property -private ">
196+ < dt class ="phpdocumentor-table-of-contents__entry -property -protected ">
181197 < a class ="" href ="classes/CNIC-HEXONET-Response.html#property_columns "> $columns</ a >
182198 < span >
183199 : array<string|int, < a href ="classes/CNIC-HEXONET-Column.html "> < abbr title ="\CNIC\HEXONET\Column "> Column</ abbr > </ a > > </ span >
184200</ dt >
185201< dd > Container of Column Instances</ dd >
186202
187- < dt class ="phpdocumentor-table-of-contents__entry -property -private ">
203+ < dt class ="phpdocumentor-table-of-contents__entry -property -protected ">
188204 < a class ="" href ="classes/CNIC-HEXONET-Response.html#property_command "> $command</ a >
189205 < span >
190206 : array<string|int, string> </ span >
191207</ dt >
192208< dd > The API Command used within this request</ dd >
193209
194- < dt class ="phpdocumentor-table-of-contents__entry -property -private ">
210+ < dt class ="phpdocumentor-table-of-contents__entry -property -protected ">
195211 < a class ="" href ="classes/CNIC-HEXONET-Response.html#property_hash "> $hash</ a >
196212 < span >
197213 : array<string, mixed> </ span >
198214</ dt >
199215< dd > hash representation of plain API response</ dd >
200216
201- < dt class ="phpdocumentor-table-of-contents__entry -property -private ">
217+ < dt class ="phpdocumentor-table-of-contents__entry -property -protected ">
202218 < a class ="" href ="classes/CNIC-HEXONET-Response.html#property_paginationkeys "> $paginationkeys</ a >
203219 < span >
204220 : string </ span >
205221</ dt >
206222< dd > Regex for pagination related column keys</ dd >
207223
208- < dt class ="phpdocumentor-table-of-contents__entry -property -private ">
224+ < dt class ="phpdocumentor-table-of-contents__entry -property -protected ">
209225 < a class ="" href ="classes/CNIC-HEXONET-Response.html#property_raw "> $raw</ a >
210226 < span >
211227 : string </ span >
212228</ dt >
213229< dd > plain API response</ dd >
214230
215- < dt class ="phpdocumentor-table-of-contents__entry -property -private ">
231+ < dt class ="phpdocumentor-table-of-contents__entry -property -protected ">
216232 < a class ="" href ="classes/CNIC-HEXONET-Response.html#property_recordIndex "> $recordIndex</ a >
217233 < span >
218234 : int </ span >
219235</ dt >
220236< dd > Record Index we currently point to in record list</ dd >
221237
222- < dt class ="phpdocumentor-table-of-contents__entry -property -private ">
238+ < dt class ="phpdocumentor-table-of-contents__entry -property -protected ">
223239 < a class ="" href ="classes/CNIC-HEXONET-Response.html#property_records "> $records</ a >
224240 < span >
225241 : array<string|int, < a href ="classes/CNIC-HEXONET-Record.html "> < abbr title ="\CNIC\HEXONET\Record "> Record</ abbr > </ a > > </ span >
@@ -552,7 +568,7 @@ <h3 class="phpdocumentor-elements__header" id="properties">
552568 class ="
553569 phpdocumentor-element
554570 -property
555- -private
571+ -protected
556572 "
557573>
558574 < h4 class ="phpdocumentor-element__name " id ="property_columnkeys ">
@@ -573,7 +589,7 @@ <h4 class="phpdocumentor-element__name" id="property_columnkeys">
573589
574590
575591 < code class ="phpdocumentor-code phpdocumentor-signature ">
576- < span class ="phpdocumentor-signature__visibility "> private </ span >
592+ < span class ="phpdocumentor-signature__visibility "> protected </ span >
577593 < span class ="phpdocumentor-signature__type "> array<string|int, string></ span >
578594 < span class ="phpdocumentor-signature__name "> $columnkeys</ span >
579595 </ code >
@@ -589,7 +605,7 @@ <h4 class="phpdocumentor-element__name" id="property_columnkeys">
589605 class ="
590606 phpdocumentor-element
591607 -property
592- -private
608+ -protected
593609 "
594610>
595611 < h4 class ="phpdocumentor-element__name " id ="property_columns ">
@@ -610,7 +626,7 @@ <h4 class="phpdocumentor-element__name" id="property_columns">
610626
611627
612628 < code class ="phpdocumentor-code phpdocumentor-signature ">
613- < span class ="phpdocumentor-signature__visibility "> private </ span >
629+ < span class ="phpdocumentor-signature__visibility "> protected </ span >
614630 < span class ="phpdocumentor-signature__type "> array<string|int, < a href ="classes/CNIC-HEXONET-Column.html "> < abbr title ="\CNIC\HEXONET\Column "> Column</ abbr > </ a > ></ span >
615631 < span class ="phpdocumentor-signature__name "> $columns</ span >
616632 </ code >
@@ -626,7 +642,7 @@ <h4 class="phpdocumentor-element__name" id="property_columns">
626642 class ="
627643 phpdocumentor-element
628644 -property
629- -private
645+ -protected
630646 "
631647>
632648 < h4 class ="phpdocumentor-element__name " id ="property_command ">
@@ -647,7 +663,7 @@ <h4 class="phpdocumentor-element__name" id="property_command">
647663
648664
649665 < code class ="phpdocumentor-code phpdocumentor-signature ">
650- < span class ="phpdocumentor-signature__visibility "> private </ span >
666+ < span class ="phpdocumentor-signature__visibility "> protected </ span >
651667 < span class ="phpdocumentor-signature__type "> array<string|int, string></ span >
652668 < span class ="phpdocumentor-signature__name "> $command</ span >
653669 </ code >
@@ -663,7 +679,7 @@ <h4 class="phpdocumentor-element__name" id="property_command">
663679 class ="
664680 phpdocumentor-element
665681 -property
666- -private
682+ -protected
667683 "
668684>
669685 < h4 class ="phpdocumentor-element__name " id ="property_hash ">
@@ -684,7 +700,7 @@ <h4 class="phpdocumentor-element__name" id="property_hash">
684700
685701
686702 < code class ="phpdocumentor-code phpdocumentor-signature ">
687- < span class ="phpdocumentor-signature__visibility "> private </ span >
703+ < span class ="phpdocumentor-signature__visibility "> protected </ span >
688704 < span class ="phpdocumentor-signature__type "> array<string, mixed></ span >
689705 < span class ="phpdocumentor-signature__name "> $hash</ span >
690706 </ code >
@@ -700,7 +716,7 @@ <h4 class="phpdocumentor-element__name" id="property_hash">
700716 class ="
701717 phpdocumentor-element
702718 -property
703- -private
719+ -protected
704720 "
705721>
706722 < h4 class ="phpdocumentor-element__name " id ="property_paginationkeys ">
@@ -721,7 +737,7 @@ <h4 class="phpdocumentor-element__name" id="property_paginationkeys">
721737
722738
723739 < code class ="phpdocumentor-code phpdocumentor-signature ">
724- < span class ="phpdocumentor-signature__visibility "> private </ span >
740+ < span class ="phpdocumentor-signature__visibility "> protected </ span >
725741 < span class ="phpdocumentor-signature__type "> string</ span >
726742 < span class ="phpdocumentor-signature__name "> $paginationkeys</ span >
727743 = < span class ="phpdocumentor-signature__default-value "> "/^TOTAL|COUNT|LIMIT|FIRST|LAST\$/"</ span > </ code >
@@ -737,7 +753,7 @@ <h4 class="phpdocumentor-element__name" id="property_paginationkeys">
737753 class ="
738754 phpdocumentor-element
739755 -property
740- -private
756+ -protected
741757 "
742758>
743759 < h4 class ="phpdocumentor-element__name " id ="property_raw ">
@@ -758,7 +774,7 @@ <h4 class="phpdocumentor-element__name" id="property_raw">
758774
759775
760776 < code class ="phpdocumentor-code phpdocumentor-signature ">
761- < span class ="phpdocumentor-signature__visibility "> private </ span >
777+ < span class ="phpdocumentor-signature__visibility "> protected </ span >
762778 < span class ="phpdocumentor-signature__type "> string</ span >
763779 < span class ="phpdocumentor-signature__name "> $raw</ span >
764780 </ code >
@@ -774,7 +790,7 @@ <h4 class="phpdocumentor-element__name" id="property_raw">
774790 class ="
775791 phpdocumentor-element
776792 -property
777- -private
793+ -protected
778794 "
779795>
780796 < h4 class ="phpdocumentor-element__name " id ="property_recordIndex ">
@@ -795,7 +811,7 @@ <h4 class="phpdocumentor-element__name" id="property_recordIndex">
795811
796812
797813 < code class ="phpdocumentor-code phpdocumentor-signature ">
798- < span class ="phpdocumentor-signature__visibility "> private </ span >
814+ < span class ="phpdocumentor-signature__visibility "> protected </ span >
799815 < span class ="phpdocumentor-signature__type "> int</ span >
800816 < span class ="phpdocumentor-signature__name "> $recordIndex</ span >
801817 </ code >
@@ -811,7 +827,7 @@ <h4 class="phpdocumentor-element__name" id="property_recordIndex">
811827 class ="
812828 phpdocumentor-element
813829 -property
814- -private
830+ -protected
815831 "
816832>
817833 < h4 class ="phpdocumentor-element__name " id ="property_records ">
@@ -832,7 +848,7 @@ <h4 class="phpdocumentor-element__name" id="property_records">
832848
833849
834850 < code class ="phpdocumentor-code phpdocumentor-signature ">
835- < span class ="phpdocumentor-signature__visibility "> private </ span >
851+ < span class ="phpdocumentor-signature__visibility "> protected </ span >
836852 < span class ="phpdocumentor-signature__type "> array<string|int, < a href ="classes/CNIC-HEXONET-Record.html "> < abbr title ="\CNIC\HEXONET\Record "> Record</ abbr > </ a > ></ span >
837853 < span class ="phpdocumentor-signature__name "> $records</ span >
838854 </ code >
0 commit comments