Skip to content

Commit 4d81f01

Browse files
committed
Updated API for commit acb5470c4f6a06bc6dda977baaf90ee72cfdc809
1 parent da43c5a commit 4d81f01

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

docs/classes/CodeIgniter-Cache-Handlers-FileHandler.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ <h4 id="toc-methods">
502502
&nbsp;: array{data: mixed, ttl: int, time: int}|false </span>
503503
</dt>
504504
<dd>Does the heavy lifting of actually retrieving the file and
505-
verifying it&#039;s age.</dd>
505+
verifying its age.</dd>
506506

507507
<dt class="phpdocumentor-table-of-contents__entry -method -protected">
508508
<a class="-deprecated" href="classes/CodeIgniter-Cache-Handlers-FileHandler.html#method_writeFile">writeFile()</a>
@@ -1528,7 +1528,7 @@ <h4 class="phpdocumentor-element__name" id="method_deleteFiles">
15281528
<aside class="phpdocumentor-element-found-in">
15291529
<abbr class="phpdocumentor-element-found-in__file" title="system/Cache/Handlers/FileHandler.php"><a href="files/system-cache-handlers-filehandler.html"><abbr title="system/Cache/Handlers/FileHandler.php">FileHandler.php</abbr></a></abbr>
15301530
:
1531-
<span class="phpdocumentor-element-found-in__line">299</span>
1531+
<span class="phpdocumentor-element-found-in__line">309</span>
15321532

15331533
</aside>
15341534

@@ -1617,7 +1617,7 @@ <h4 class="phpdocumentor-element__name" id="method_getDirFileInfo">
16171617
<aside class="phpdocumentor-element-found-in">
16181618
<abbr class="phpdocumentor-element-found-in__file" title="system/Cache/Handlers/FileHandler.php"><a href="files/system-cache-handlers-filehandler.html"><abbr title="system/Cache/Handlers/FileHandler.php">FileHandler.php</abbr></a></abbr>
16191619
:
1620-
<span class="phpdocumentor-element-found-in__line">337</span>
1620+
<span class="phpdocumentor-element-found-in__line">347</span>
16211621

16221622
</aside>
16231623

@@ -1696,7 +1696,7 @@ <h4 class="phpdocumentor-element__name" id="method_getFileInfo">
16961696
<aside class="phpdocumentor-element-found-in">
16971697
<abbr class="phpdocumentor-element-found-in__file" title="system/Cache/Handlers/FileHandler.php"><a href="files/system-cache-handlers-filehandler.html"><abbr title="system/Cache/Handlers/FileHandler.php">FileHandler.php</abbr></a></abbr>
16981698
:
1699-
<span class="phpdocumentor-element-found-in__line">380</span>
1699+
<span class="phpdocumentor-element-found-in__line">390</span>
17001700

17011701
</aside>
17021702

@@ -1771,7 +1771,7 @@ <h4 class="phpdocumentor-element__name" id="method_getItem">
17711771
</aside>
17721772

17731773
<p class="phpdocumentor-summary">Does the heavy lifting of actually retrieving the file and
1774-
verifying it&#039;s age.</p>
1774+
verifying its age.</p>
17751775

17761776
<code class="phpdocumentor-code phpdocumentor-signature ">
17771777
<span class="phpdocumentor-signature__visibility">protected</span>
@@ -1816,7 +1816,7 @@ <h4 class="phpdocumentor-element__name" id="method_writeFile">
18161816
<aside class="phpdocumentor-element-found-in">
18171817
<abbr class="phpdocumentor-element-found-in__file" title="system/Cache/Handlers/FileHandler.php"><a href="files/system-cache-handlers-filehandler.html"><abbr title="system/Cache/Handlers/FileHandler.php">FileHandler.php</abbr></a></abbr>
18181818
:
1819-
<span class="phpdocumentor-element-found-in__line">264</span>
1819+
<span class="phpdocumentor-element-found-in__line">274</span>
18201820

18211821
</aside>
18221822

docs/js/searchIndex.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1398,7 +1398,7 @@ Search.appendIndex(
13981398
}, {
13991399
"fqsen": "\\CodeIgniter\\Cache\\Handlers\\FileHandler\u003A\u003AgetItem\u0028\u0029",
14001400
"name": "getItem",
1401-
"summary": "Does\u0020the\u0020heavy\u0020lifting\u0020of\u0020actually\u0020retrieving\u0020the\u0020file\u0020and\nverifying\u0020it\u0027s\u0020age.",
1401+
"summary": "Does\u0020the\u0020heavy\u0020lifting\u0020of\u0020actually\u0020retrieving\u0020the\u0020file\u0020and\nverifying\u0020its\u0020age.",
14021402
"url": "classes/CodeIgniter-Cache-Handlers-FileHandler.html#method_getItem"
14031403
}, {
14041404
"fqsen": "\\CodeIgniter\\Cache\\Handlers\\FileHandler\u003A\u003AwriteFile\u0028\u0029",

docs/reports/deprecated.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -431,25 +431,25 @@ <h3><abbr title="system/Cache/Handlers/FileHandler.php">FileHandler.php</abbr></
431431
<th class="phpdocumentor-heading">Reason</th>
432432
</tr>
433433
<tr>
434-
<td class="phpdocumentor-cell">264</td>
434+
<td class="phpdocumentor-cell">274</td>
435435
<td class="phpdocumentor-cell"><a href="classes/CodeIgniter-Cache-Handlers-FileHandler.html#method_writeFile"><abbr title="\CodeIgniter\Cache\Handlers\FileHandler::writeFile()">FileHandler::writeFile()</abbr></a></td>
436436
<td class="phpdocumentor-cell"><p>Use <code class="prettyprint">write_file()</code> instead.</p>
437437
</td>
438438
</tr>
439439
<tr>
440-
<td class="phpdocumentor-cell">299</td>
440+
<td class="phpdocumentor-cell">309</td>
441441
<td class="phpdocumentor-cell"><a href="classes/CodeIgniter-Cache-Handlers-FileHandler.html#method_deleteFiles"><abbr title="\CodeIgniter\Cache\Handlers\FileHandler::deleteFiles()">FileHandler::deleteFiles()</abbr></a></td>
442442
<td class="phpdocumentor-cell"><p>Use <code class="prettyprint">delete_files()</code> instead.</p>
443443
</td>
444444
</tr>
445445
<tr>
446-
<td class="phpdocumentor-cell">337</td>
446+
<td class="phpdocumentor-cell">347</td>
447447
<td class="phpdocumentor-cell"><a href="classes/CodeIgniter-Cache-Handlers-FileHandler.html#method_getDirFileInfo"><abbr title="\CodeIgniter\Cache\Handlers\FileHandler::getDirFileInfo()">FileHandler::getDirFileInfo()</abbr></a></td>
448448
<td class="phpdocumentor-cell"><p>Use <code class="prettyprint">get_dir_file_info()</code> instead.</p>
449449
</td>
450450
</tr>
451451
<tr>
452-
<td class="phpdocumentor-cell">380</td>
452+
<td class="phpdocumentor-cell">390</td>
453453
<td class="phpdocumentor-cell"><a href="classes/CodeIgniter-Cache-Handlers-FileHandler.html#method_getFileInfo"><abbr title="\CodeIgniter\Cache\Handlers\FileHandler::getFileInfo()">FileHandler::getFileInfo()</abbr></a></td>
454454
<td class="phpdocumentor-cell"><p>Use <code class="prettyprint">get_file_info()</code> instead.</p>
455455
</td>

0 commit comments

Comments
 (0)