mirror of
https://github.com/marcostoll/FF-Utils.git
synced 2025-01-16 15:10:42 +01:00
[DOCS] update auto docs
This commit is contained in:
parent
f7a39ec6cb
commit
938a45f220
@ -52,9 +52,6 @@
|
||||
<li>
|
||||
<a href="#coverage">Coverage</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#constants">Constants</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#methods">Methods</a>
|
||||
</li>
|
||||
@ -73,7 +70,7 @@
|
||||
<ul/>
|
||||
<h2 id="synopsis">Synopsis</h2>
|
||||
<div class="synopsis">class ArrayUtils
|
||||
{<br/><ul class="none"><li>// constants</li><li>const MERGE_STRATEGY_ASSOC_REPLACE = 1;</li><li>const MERGE_STRATEGY_ASSOC_PRESERVE = 2;</li><li>const MERGE_STRATEGY_NUMERIC_APPEND = 4;</li><li>const MERGE_STRATEGY_NUMERIC_PREPEND = 8;</li><li>const MERGE_STRATEGY_DEFAULT = 5;</li></ul><ul class="none"><li>// methods</li><li>public static bool <a title="FF\Utils\ArrayUtils" href="../classes/FF_Utils_ArrayUtils/isNumeric.xhtml">isNumeric</a>()
|
||||
{<br/><ul class="none"><li>// methods</li><li>public static bool <a title="FF\Utils\ArrayUtils" href="../classes/FF_Utils_ArrayUtils/isNumeric.xhtml">isNumeric</a>()
|
||||
</li><li>public static bool <a title="FF\Utils\ArrayUtils" href="../classes/FF_Utils_ArrayUtils/isAssoc.xhtml">isAssoc</a>()
|
||||
</li></ul>
|
||||
|
||||
@ -91,37 +88,6 @@
|
||||
<td class="nummeric"> / </td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 id="constants">Constants</h2>
|
||||
<table class="styled">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<th>Value</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td id="MERGE_STRATEGY_ASSOC_REPLACE">MERGE_STRATEGY_ASSOC_REPLACE</td>
|
||||
<td>1</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td id="MERGE_STRATEGY_ASSOC_PRESERVE">MERGE_STRATEGY_ASSOC_PRESERVE</td>
|
||||
<td>2</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td id="MERGE_STRATEGY_NUMERIC_APPEND">MERGE_STRATEGY_NUMERIC_APPEND</td>
|
||||
<td>4</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td id="MERGE_STRATEGY_NUMERIC_PREPEND">MERGE_STRATEGY_NUMERIC_PREPEND</td>
|
||||
<td>8</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td id="MERGE_STRATEGY_DEFAULT">MERGE_STRATEGY_DEFAULT</td>
|
||||
<td>5</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h2 id="methods">Methods</h2>
|
||||
<div class="styled">
|
||||
<h4>public</h4>
|
||||
|
@ -62,7 +62,7 @@
|
||||
<a href="#tests">Tests</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../source/ArrayUtils.php.xhtml#line52">Source</a>
|
||||
<a href="../../source/ArrayUtils.php.xhtml#line43">Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
@ -62,7 +62,7 @@
|
||||
<a href="#tests">Tests</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../source/ArrayUtils.php.xhtml#line38">Source</a>
|
||||
<a href="../../source/ArrayUtils.php.xhtml#line29">Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
@ -34,10 +34,10 @@
|
||||
</div>
|
||||
<div id="buildinfo">
|
||||
<h3>Build</h3>
|
||||
<p>Mon, 20 Jul 2020 10:09:30 +0200</p>
|
||||
<p>Mon, 20 Jul 2020 10:26:37 +0200</p>
|
||||
<h3>VCS Info</h3>
|
||||
<p>
|
||||
tag: 1.1.0-dirty<br/>
|
||||
tag: 1.1.1-1-gf7a39ec<br/>
|
||||
branch: develop</p>
|
||||
<h3>Used Enrichers</h3>
|
||||
<p>build, git, phpcs, phpunit, pmd</p>
|
||||
|
File diff suppressed because one or more lines are too long
@ -58,9 +58,9 @@
|
||||
<td>
|
||||
<a href="ArrayUtils.php.xhtml">ArrayUtils.php</a>
|
||||
</td>
|
||||
<td>1.3 KB
|
||||
<td>1.0 KB
|
||||
</td>
|
||||
<td>2020-07-20T09:59:44+02:00</td>
|
||||
<td>2020-07-20T10:23:29+02:00</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user