Skip to content

Commit 1c641b9

Browse files
committed
Updated API for commit 6e98ce5dd2ce4cbbde2c5e14b61a40b24de1c5a6
1 parent 031f2f8 commit 1c641b9

File tree

4 files changed

+454
-6
lines changed

4 files changed

+454
-6
lines changed

docs/classes/CodeIgniter-Honeypot-Exceptions-HoneypotException.html

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ <h4 id="toc-methods">
325325
</dt>
326326

327327
<dt class="phpdocumentor-table-of-contents__entry -method -public">
328-
<a class="" href="classes/CodeIgniter-Honeypot-Exceptions-HoneypotException.html#method_forNoHiddenValue">forNoHiddenValue()</a>
328+
<a class="-deprecated" href="classes/CodeIgniter-Honeypot-Exceptions-HoneypotException.html#method_forNoHiddenValue">forNoHiddenValue()</a>
329329
<span>
330330
&nbsp;: static </span>
331331
</dt>
@@ -475,7 +475,7 @@ <h5 class="phpdocumentor-return-value__heading">Return values</h5>
475475
class="phpdocumentor-element
476476
-method
477477
-public
478-
-static "
478+
-deprecated -static "
479479
>
480480
<h4 class="phpdocumentor-element__name" id="method_forNoHiddenValue">
481481
forNoHiddenValue()
@@ -485,18 +485,25 @@ <h4 class="phpdocumentor-element__name" id="method_forNoHiddenValue">
485485
<aside class="phpdocumentor-element-found-in">
486486
<abbr class="phpdocumentor-element-found-in__file" title="system/Honeypot/Exceptions/HoneypotException.php"><a href="files/system-honeypot-exceptions-honeypotexception.html"><abbr title="system/Honeypot/Exceptions/HoneypotException.php">HoneypotException.php</abbr></a></abbr>
487487
:
488-
<span class="phpdocumentor-element-found-in__line">45</span>
488+
<span class="phpdocumentor-element-found-in__line">47</span>
489489

490490
</aside>
491491

492492
<p class="phpdocumentor-summary">Thrown when the hidden value of config is false.</p>
493493

494-
<code class="phpdocumentor-code phpdocumentor-signature ">
494+
<code class="phpdocumentor-code phpdocumentor-signature -deprecated">
495495
<span class="phpdocumentor-signature__visibility">public</span>
496496
<span class="phpdocumentor-signature__static">static</span> <span class="phpdocumentor-signature__name">forNoHiddenValue</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">static</span></code>
497497

498498
<div class="phpdocumentor-label-line">
499499
</div>
500+
<div class="phpdocumentor-admonition">
501+
<svg class="phpdocumentor-admonition__icon" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z"></path></svg>
502+
<article>
503+
<p>Never used.</p>
504+
505+
</article>
506+
</div>
500507

501508

502509

@@ -641,7 +648,7 @@ <h4 class="phpdocumentor-element__name" id="method_isBot">
641648
<aside class="phpdocumentor-element-found-in">
642649
<abbr class="phpdocumentor-element-found-in__file" title="system/Honeypot/Exceptions/HoneypotException.php"><a href="files/system-honeypot-exceptions-honeypotexception.html"><abbr title="system/Honeypot/Exceptions/HoneypotException.php">HoneypotException.php</abbr></a></abbr>
643650
:
644-
<span class="phpdocumentor-element-found-in__line">55</span>
651+
<span class="phpdocumentor-element-found-in__line">57</span>
645652

646653
</aside>
647654

@@ -783,7 +790,7 @@ <h5 class="phpdocumentor-return-value__heading">Return values</h5>
783790
<ul class="phpdocumentor-list -clean">
784791
<li class=""><a href="classes/CodeIgniter-Exceptions-DebugTraceableTrait.html#method___construct">__construct()</a></li>
785792
<li class=""><a href="classes/CodeIgniter-Exceptions-ConfigException.html#method_forDisabledMigrations">forDisabledMigrations()</a></li>
786-
<li class=""><a href="classes/CodeIgniter-Honeypot-Exceptions-HoneypotException.html#method_forNoHiddenValue">forNoHiddenValue()</a></li>
793+
<li class="-deprecated"><a href="classes/CodeIgniter-Honeypot-Exceptions-HoneypotException.html#method_forNoHiddenValue">forNoHiddenValue()</a></li>
787794
<li class=""><a href="classes/CodeIgniter-Honeypot-Exceptions-HoneypotException.html#method_forNoNameField">forNoNameField()</a></li>
788795
<li class=""><a href="classes/CodeIgniter-Honeypot-Exceptions-HoneypotException.html#method_forNoTemplate">forNoTemplate()</a></li>
789796
<li class=""><a href="classes/CodeIgniter-Exceptions-ConfigException.html#method_getExitCode">getExitCode()</a></li>

0 commit comments

Comments
 (0)