Skip to content

Commit ee9c23a

Browse files
committed
Updated API for commit af6835887823c3045657df78b065ed8ac80e3e99
1 parent dbaf6be commit ee9c23a

19 files changed

+151
-149
lines changed

docs/classes/CodeIgniter-Database-BaseBuilder.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ <h4 id="toc-properties">
527527
<dt class="phpdocumentor-table-of-contents__entry -property -protected">
528528
<a class="" href="classes/CodeIgniter-Database-BaseBuilder.html#property_supportedIgnoreStatements">$supportedIgnoreStatements</a>
529529
<span>
530-
&nbsp;: array&lt;string|int, mixed&gt; </span>
530+
&nbsp;: array&lt;string, string&gt; </span>
531531
</dt>
532532
<dd>Specifies which sql statements
533533
support the ignore option.</dd>
@@ -2660,7 +2660,7 @@ <h4 class="phpdocumentor-element__name" id="property_supportedIgnoreStatements">
26602660

26612661
<code class="phpdocumentor-code phpdocumentor-signature ">
26622662
<span class="phpdocumentor-signature__visibility">protected</span>
2663-
<span class="phpdocumentor-signature__type">array&lt;string|int, mixed&gt;</span>
2663+
<span class="phpdocumentor-signature__type">array&lt;string, string&gt;</span>
26642664
<span class="phpdocumentor-signature__name">$supportedIgnoreStatements</span>
26652665
= <span class="phpdocumentor-signature__default-value">[]</span></code>
26662666

docs/classes/CodeIgniter-Database-BaseResult.html

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ <h4 id="toc-methods">
571571
<dt class="phpdocumentor-table-of-contents__entry -method -protected">
572572
<a class="" href="classes/CodeIgniter-Database-BaseResult.html#method_fetchObject">fetchObject()</a>
573573
<span>
574-
&nbsp;: <a href="classes/CodeIgniter-Entity-Entity.html"><abbr title="\CodeIgniter\Entity\Entity">Entity</abbr></a>|false|object|<abbr title="\stdClass">stdClass</abbr> </span>
574+
&nbsp;: false|object </span>
575575
</dt>
576576
<dd>Returns the result set as an object.</dd>
577577

@@ -1987,20 +1987,18 @@ <h4 class="phpdocumentor-element__name" id="method_fetchObject">
19871987

19881988
<code class="phpdocumentor-code phpdocumentor-signature ">
19891989
<span class="phpdocumentor-signature__visibility">protected</span>
1990-
<span class="phpdocumentor-signature__abstract">abstract</span> <span class="phpdocumentor-signature__name">fetchObject</span><span>(</span><span class="phpdocumentor-signature__argument"><span>[</span><span class="phpdocumentor-signature__argument__return-type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$className</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">&#039;stdClass&#039;</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type"><a href="classes/CodeIgniter-Entity-Entity.html"><abbr title="\CodeIgniter\Entity\Entity">Entity</abbr></a>|false|object|<abbr title="\stdClass">stdClass</abbr></span></code>
1990+
<span class="phpdocumentor-signature__abstract">abstract</span> <span class="phpdocumentor-signature__name">fetchObject</span><span>(</span><span class="phpdocumentor-signature__argument"><span>[</span><span class="phpdocumentor-signature__argument__return-type">class-string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$className</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">stdClass::class</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">false|object</span></code>
19911991

19921992
<div class="phpdocumentor-label-line">
19931993
</div>
19941994

1995-
<section class="phpdocumentor-description"><p>Overridden by child classes.</p>
1996-
</section>
1997-
1995+
19981996
<h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
19991997
<dl class="phpdocumentor-argument-list">
20001998
<dt class="phpdocumentor-argument-list__entry">
20011999
<span class="phpdocumentor-signature__argument__name">$className</span>
2002-
: <span class="phpdocumentor-signature__argument__return-type">string</span>
2003-
= <span class="phpdocumentor-signature__argument__default-value">&#039;stdClass&#039;</span> </dt>
2000+
: <span class="phpdocumentor-signature__argument__return-type">class-string</span>
2001+
= <span class="phpdocumentor-signature__argument__default-value">stdClass::class</span> </dt>
20042002
<dd class="phpdocumentor-argument-list__definition">
20052003

20062004
</dd>
@@ -2012,7 +2010,7 @@ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
20122010

20132011
<section>
20142012
<h5 class="phpdocumentor-return-value__heading">Return values</h5>
2015-
<span class="phpdocumentor-signature__response_type"><a href="classes/CodeIgniter-Entity-Entity.html"><abbr title="\CodeIgniter\Entity\Entity">Entity</abbr></a>|false|object|<abbr title="\stdClass">stdClass</abbr></span>
2013+
<span class="phpdocumentor-signature__response_type">false|object</span>
20162014
</section>
20172015

20182016
</article>

docs/classes/CodeIgniter-Database-MySQLi-Builder.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ <h4 id="toc-properties">
531531
<dt class="phpdocumentor-table-of-contents__entry -property -protected">
532532
<a class="" href="classes/CodeIgniter-Database-MySQLi-Builder.html#property_supportedIgnoreStatements">$supportedIgnoreStatements</a>
533533
<span>
534-
&nbsp;: array&lt;string|int, mixed&gt; </span>
534+
&nbsp;: array&lt;string, string&gt; </span>
535535
</dt>
536536
<dd>Specifies which sql statements
537537
support the ignore option.</dd>
@@ -2700,7 +2700,7 @@ <h4 class="phpdocumentor-element__name" id="property_supportedIgnoreStatements">
27002700

27012701
<code class="phpdocumentor-code phpdocumentor-signature ">
27022702
<span class="phpdocumentor-signature__visibility">protected</span>
2703-
<span class="phpdocumentor-signature__type">array&lt;string|int, mixed&gt;</span>
2703+
<span class="phpdocumentor-signature__type">array&lt;string, string&gt;</span>
27042704
<span class="phpdocumentor-signature__name">$supportedIgnoreStatements</span>
27052705
= <span class="phpdocumentor-signature__default-value">[&#039;update&#039; =&gt; &#039;IGNORE&#039;, &#039;insert&#039; =&gt; &#039;IGNORE&#039;, &#039;delete&#039; =&gt; &#039;IGNORE&#039;]</span></code>
27062706

docs/classes/CodeIgniter-Database-OCI8-Builder.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ <h4 id="toc-properties">
531531
<dt class="phpdocumentor-table-of-contents__entry -property -protected">
532532
<a class="" href="classes/CodeIgniter-Database-BaseBuilder.html#property_supportedIgnoreStatements">$supportedIgnoreStatements</a>
533533
<span>
534-
&nbsp;: array&lt;string|int, mixed&gt; </span>
534+
&nbsp;: array&lt;string, string&gt; </span>
535535
</dt>
536536
<dd>Specifies which sql statements
537537
support the ignore option.</dd>
@@ -2701,7 +2701,7 @@ <h4 class="phpdocumentor-element__name" id="property_supportedIgnoreStatements">
27012701

27022702
<code class="phpdocumentor-code phpdocumentor-signature ">
27032703
<span class="phpdocumentor-signature__visibility">protected</span>
2704-
<span class="phpdocumentor-signature__type">array&lt;string|int, mixed&gt;</span>
2704+
<span class="phpdocumentor-signature__type">array&lt;string, string&gt;</span>
27052705
<span class="phpdocumentor-signature__name">$supportedIgnoreStatements</span>
27062706
= <span class="phpdocumentor-signature__default-value">[]</span></code>
27072707

docs/classes/CodeIgniter-Database-Postgre-Builder.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ <h4 id="toc-properties">
524524
<dt class="phpdocumentor-table-of-contents__entry -property -protected">
525525
<a class="" href="classes/CodeIgniter-Database-Postgre-Builder.html#property_supportedIgnoreStatements">$supportedIgnoreStatements</a>
526526
<span>
527-
&nbsp;: array&lt;string|int, mixed&gt; </span>
527+
&nbsp;: array&lt;string, string&gt; </span>
528528
</dt>
529529
<dd>Specifies which sql statements
530530
support the ignore option.</dd>
@@ -2672,7 +2672,7 @@ <h4 class="phpdocumentor-element__name" id="property_supportedIgnoreStatements">
26722672

26732673
<code class="phpdocumentor-code phpdocumentor-signature ">
26742674
<span class="phpdocumentor-signature__visibility">protected</span>
2675-
<span class="phpdocumentor-signature__type">array&lt;string|int, mixed&gt;</span>
2675+
<span class="phpdocumentor-signature__type">array&lt;string, string&gt;</span>
26762676
<span class="phpdocumentor-signature__name">$supportedIgnoreStatements</span>
26772677
= <span class="phpdocumentor-signature__default-value">[&#039;insert&#039; =&gt; &#039;ON CONFLICT DO NOTHING&#039;]</span></code>
26782678

docs/classes/CodeIgniter-Database-SQLSRV-Builder.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ <h4 id="toc-properties">
579579
<dt class="phpdocumentor-table-of-contents__entry -property -protected">
580580
<a class="" href="classes/CodeIgniter-Database-BaseBuilder.html#property_supportedIgnoreStatements">$supportedIgnoreStatements</a>
581581
<span>
582-
&nbsp;: array&lt;string|int, mixed&gt; </span>
582+
&nbsp;: array&lt;string, string&gt; </span>
583583
</dt>
584584
<dd>Specifies which sql statements
585585
support the ignore option.</dd>
@@ -2840,7 +2840,7 @@ <h4 class="phpdocumentor-element__name" id="property_supportedIgnoreStatements">
28402840

28412841
<code class="phpdocumentor-code phpdocumentor-signature ">
28422842
<span class="phpdocumentor-signature__visibility">protected</span>
2843-
<span class="phpdocumentor-signature__type">array&lt;string|int, mixed&gt;</span>
2843+
<span class="phpdocumentor-signature__type">array&lt;string, string&gt;</span>
28442844
<span class="phpdocumentor-signature__name">$supportedIgnoreStatements</span>
28452845
= <span class="phpdocumentor-signature__default-value">[]</span></code>
28462846

docs/classes/CodeIgniter-Database-SQLite3-Builder.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ <h4 id="toc-properties">
524524
<dt class="phpdocumentor-table-of-contents__entry -property -protected">
525525
<a class="" href="classes/CodeIgniter-Database-SQLite3-Builder.html#property_supportedIgnoreStatements">$supportedIgnoreStatements</a>
526526
<span>
527-
&nbsp;: array&lt;string|int, mixed&gt; </span>
527+
&nbsp;: array&lt;string, string&gt; </span>
528528
</dt>
529529
<dd>Specifies which sql statements
530530
support the ignore option.</dd>
@@ -2657,7 +2657,7 @@ <h4 class="phpdocumentor-element__name" id="property_supportedIgnoreStatements">
26572657

26582658
<code class="phpdocumentor-code phpdocumentor-signature ">
26592659
<span class="phpdocumentor-signature__visibility">protected</span>
2660-
<span class="phpdocumentor-signature__type">array&lt;string|int, mixed&gt;</span>
2660+
<span class="phpdocumentor-signature__type">array&lt;string, string&gt;</span>
26612661
<span class="phpdocumentor-signature__name">$supportedIgnoreStatements</span>
26622662
= <span class="phpdocumentor-signature__default-value">[&#039;insert&#039; =&gt; &#039;OR IGNORE&#039;]</span></code>
26632663

docs/classes/CodeIgniter-HTTP-CURLRequest.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3697,7 +3697,7 @@ <h4 class="phpdocumentor-element__name" id="method_sendRequest">
36973697
<aside class="phpdocumentor-element-found-in">
36983698
<abbr class="phpdocumentor-element-found-in__file" title="system/HTTP/CURLRequest.php"><a href="files/system-http-curlrequest.html"><abbr title="system/HTTP/CURLRequest.php">CURLRequest.php</abbr></a></abbr>
36993699
:
3700-
<span class="phpdocumentor-element-found-in__line">701</span>
3700+
<span class="phpdocumentor-element-found-in__line">703</span>
37013701

37023702
</aside>
37033703

@@ -3706,7 +3706,7 @@ <h4 class="phpdocumentor-element__name" id="method_sendRequest">
37063706

37073707
<code class="phpdocumentor-code phpdocumentor-signature ">
37083708
<span class="phpdocumentor-signature__visibility">protected</span>
3709-
<span class="phpdocumentor-signature__name">sendRequest</span><span>(</span><span class="phpdocumentor-signature__argument"><span>[</span><span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;&nbsp;</span><span class="phpdocumentor-signature__argument__name">$curlOptions</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">[]</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">string</span></code>
3709+
<span class="phpdocumentor-signature__name">sendRequest</span><span>(</span><span class="phpdocumentor-signature__argument"><span>[</span><span class="phpdocumentor-signature__argument__return-type">array&lt;int, mixed&gt;&nbsp;</span><span class="phpdocumentor-signature__argument__name">$curlOptions</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">[]</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">string</span></code>
37103710

37113711
<div class="phpdocumentor-label-line">
37123712
</div>
@@ -3716,7 +3716,7 @@ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
37163716
<dl class="phpdocumentor-argument-list">
37173717
<dt class="phpdocumentor-argument-list__entry">
37183718
<span class="phpdocumentor-signature__argument__name">$curlOptions</span>
3719-
: <span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;</span>
3719+
: <span class="phpdocumentor-signature__argument__return-type">array&lt;int, mixed&gt;</span>
37203720
= <span class="phpdocumentor-signature__argument__default-value">[]</span> </dt>
37213721
<dd class="phpdocumentor-argument-list__definition">
37223722

@@ -3970,7 +3970,7 @@ <h4 class="phpdocumentor-element__name" id="method_handleRedirectHeaders">
39703970
<aside class="phpdocumentor-element-found-in">
39713971
<abbr class="phpdocumentor-element-found-in__file" title="system/HTTP/CURLRequest.php"><a href="files/system-http-curlrequest.html"><abbr title="system/HTTP/CURLRequest.php">CURLRequest.php</abbr></a></abbr>
39723972
:
3973-
<span class="phpdocumentor-element-found-in__line">719</span>
3973+
<span class="phpdocumentor-element-found-in__line">721</span>
39743974

39753975
</aside>
39763976

docs/classes/CodeIgniter-Test-Mock-MockBuilder.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ <h4 id="toc-properties">
528528
<dt class="phpdocumentor-table-of-contents__entry -property -protected">
529529
<a class="" href="classes/CodeIgniter-Test-Mock-MockBuilder.html#property_supportedIgnoreStatements">$supportedIgnoreStatements</a>
530530
<span>
531-
&nbsp;: array&lt;string|int, mixed&gt; </span>
531+
&nbsp;: array&lt;string, string&gt; </span>
532532
</dt>
533533
<dd>Specifies which sql statements
534534
support the ignore option.</dd>
@@ -2651,7 +2651,7 @@ <h4 class="phpdocumentor-element__name" id="property_supportedIgnoreStatements">
26512651
<aside class="phpdocumentor-element-found-in">
26522652
<abbr class="phpdocumentor-element-found-in__file" title="system/Test/Mock/MockBuilder.php"><a href="files/system-test-mock-mockbuilder.html"><abbr title="system/Test/Mock/MockBuilder.php">MockBuilder.php</abbr></a></abbr>
26532653
:
2654-
<span class="phpdocumentor-element-found-in__line">20</span>
2654+
<span class="phpdocumentor-element-found-in__line">23</span>
26552655

26562656
</aside>
26572657

@@ -2661,7 +2661,7 @@ <h4 class="phpdocumentor-element__name" id="property_supportedIgnoreStatements">
26612661

26622662
<code class="phpdocumentor-code phpdocumentor-signature ">
26632663
<span class="phpdocumentor-signature__visibility">protected</span>
2664-
<span class="phpdocumentor-signature__type">array&lt;string|int, mixed&gt;</span>
2664+
<span class="phpdocumentor-signature__type">array&lt;string, string&gt;</span>
26652665
<span class="phpdocumentor-signature__name">$supportedIgnoreStatements</span>
26662666
= <span class="phpdocumentor-signature__default-value">[&#039;update&#039; =&gt; &#039;IGNORE&#039;, &#039;insert&#039; =&gt; &#039;IGNORE&#039;, &#039;delete&#039; =&gt; &#039;IGNORE&#039;]</span></code>
26672667

docs/classes/CodeIgniter-Test-Mock-MockCLIConfig.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ <h4 id="toc-properties">
328328
<dt class="phpdocumentor-table-of-contents__entry -property -public">
329329
<a class="" href="classes/CodeIgniter-Test-Mock-MockCLIConfig.html#property_CSRFExcludeURIs">$CSRFExcludeURIs</a>
330330
<span>
331-
&nbsp;: mixed </span>
331+
&nbsp;: array&lt;int, string&gt; </span>
332332
</dt>
333333

334334
<dt class="phpdocumentor-table-of-contents__entry -property -public">
@@ -452,7 +452,7 @@ <h4 class="phpdocumentor-element__name" id="property_CSPEnabled">
452452
<aside class="phpdocumentor-element-found-in">
453453
<abbr class="phpdocumentor-element-found-in__file" title="system/Test/Mock/MockCLIConfig.php"><a href="files/system-test-mock-mockcliconfig.html"><abbr title="system/Test/Mock/MockCLIConfig.php">MockCLIConfig.php</abbr></a></abbr>
454454
:
455-
<span class="phpdocumentor-element-found-in__line">29</span>
455+
<span class="phpdocumentor-element-found-in__line">34</span>
456456

457457
</aside>
458458

@@ -524,15 +524,15 @@ <h4 class="phpdocumentor-element__name" id="property_CSRFExcludeURIs">
524524
<aside class="phpdocumentor-element-found-in">
525525
<abbr class="phpdocumentor-element-found-in__file" title="system/Test/Mock/MockCLIConfig.php"><a href="files/system-test-mock-mockcliconfig.html"><abbr title="system/Test/Mock/MockCLIConfig.php">MockCLIConfig.php</abbr></a></abbr>
526526
:
527-
<span class="phpdocumentor-element-found-in__line">27</span>
527+
<span class="phpdocumentor-element-found-in__line">31</span>
528528

529529
</aside>
530530

531531

532532

533533
<code class="phpdocumentor-code phpdocumentor-signature ">
534534
<span class="phpdocumentor-signature__visibility">public</span>
535-
<span class="phpdocumentor-signature__type">mixed</span>
535+
<span class="phpdocumentor-signature__type">array&lt;int, string&gt;</span>
536536
<span class="phpdocumentor-signature__name">$CSRFExcludeURIs</span>
537537
= <span class="phpdocumentor-signature__default-value">[&#039;http://example.com&#039;]</span></code>
538538

@@ -632,7 +632,7 @@ <h4 class="phpdocumentor-element__name" id="property_CSRFSameSite">
632632
<aside class="phpdocumentor-element-found-in">
633633
<abbr class="phpdocumentor-element-found-in__file" title="system/Test/Mock/MockCLIConfig.php"><a href="files/system-test-mock-mockcliconfig.html"><abbr title="system/Test/Mock/MockCLIConfig.php">MockCLIConfig.php</abbr></a></abbr>
634634
:
635-
<span class="phpdocumentor-element-found-in__line">28</span>
635+
<span class="phpdocumentor-element-found-in__line">33</span>
636636

637637
</aside>
638638

@@ -704,7 +704,7 @@ <h4 class="phpdocumentor-element__name" id="property_defaultLocale">
704704
<aside class="phpdocumentor-element-found-in">
705705
<abbr class="phpdocumentor-element-found-in__file" title="system/Test/Mock/MockCLIConfig.php"><a href="files/system-test-mock-mockcliconfig.html"><abbr title="system/Test/Mock/MockCLIConfig.php">MockCLIConfig.php</abbr></a></abbr>
706706
:
707-
<span class="phpdocumentor-element-found-in__line">30</span>
707+
<span class="phpdocumentor-element-found-in__line">35</span>
708708

709709
</aside>
710710

@@ -740,7 +740,7 @@ <h4 class="phpdocumentor-element__name" id="property_negotiateLocale">
740740
<aside class="phpdocumentor-element-found-in">
741741
<abbr class="phpdocumentor-element-found-in__file" title="system/Test/Mock/MockCLIConfig.php"><a href="files/system-test-mock-mockcliconfig.html"><abbr title="system/Test/Mock/MockCLIConfig.php">MockCLIConfig.php</abbr></a></abbr>
742742
:
743-
<span class="phpdocumentor-element-found-in__line">31</span>
743+
<span class="phpdocumentor-element-found-in__line">36</span>
744744

745745
</aside>
746746

@@ -812,7 +812,7 @@ <h4 class="phpdocumentor-element__name" id="property_supportedLocales">
812812
<aside class="phpdocumentor-element-found-in">
813813
<abbr class="phpdocumentor-element-found-in__file" title="system/Test/Mock/MockCLIConfig.php"><a href="files/system-test-mock-mockcliconfig.html"><abbr title="system/Test/Mock/MockCLIConfig.php">MockCLIConfig.php</abbr></a></abbr>
814814
:
815-
<span class="phpdocumentor-element-found-in__line">32</span>
815+
<span class="phpdocumentor-element-found-in__line">37</span>
816816

817817
</aside>
818818

0 commit comments

Comments
 (0)