Skip to content

Commit 0bdc0fd

Browse files
committed
Updated API for commit a5fc03437f92de9ff0a7c8673d4a641122db7a20
1 parent 5d79307 commit 0bdc0fd

4 files changed

Lines changed: 57 additions & 27 deletions

File tree

docs/classes/CodeIgniter-I18n-Time.html

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ <h4 id="toc-methods">
512512
<dd>Outputs a short format version of the datetime.</dd>
513513

514514
<dt class="phpdocumentor-table-of-contents__entry -method -public">
515-
<a class="" href="classes/CodeIgniter-I18n-TimeTrait.html#method___wakeup">__wakeup()</a>
515+
<a class="" href="classes/CodeIgniter-I18n-TimeTrait.html#method___unserialize">__unserialize()</a>
516516
<span>
517517
&nbsp;: void </span>
518518
</dt>
@@ -2037,29 +2037,39 @@ <h5 class="phpdocumentor-return-value__heading">Return values</h5>
20372037
-public
20382038
"
20392039
>
2040-
<h4 class="phpdocumentor-element__name" id="method___wakeup">
2041-
__wakeup()
2042-
<a href="classes/CodeIgniter-I18n-TimeTrait.html#method___wakeup" class="headerlink"><i class="fas fa-link"></i></a>
2040+
<h4 class="phpdocumentor-element__name" id="method___unserialize">
2041+
__unserialize()
2042+
<a href="classes/CodeIgniter-I18n-TimeTrait.html#method___unserialize" class="headerlink"><i class="fas fa-link"></i></a>
20432043

20442044
</h4>
20452045
<aside class="phpdocumentor-element-found-in">
20462046
<abbr class="phpdocumentor-element-found-in__file" title="system/I18n/TimeTrait.php"><a href="files/system-i18n-timetrait.html"><abbr title="system/I18n/TimeTrait.php">TimeTrait.php</abbr></a></abbr>
20472047
:
2048-
<span class="phpdocumentor-element-found-in__line">1242</span>
2048+
<span class="phpdocumentor-element-found-in__line">1244</span>
20492049

20502050
</aside>
20512051

20522052
<p class="phpdocumentor-summary">This is called when we unserialize the Time object.</p>
20532053

20542054
<code class="phpdocumentor-code phpdocumentor-signature ">
20552055
<span class="phpdocumentor-signature__visibility">public</span>
2056-
<span class="phpdocumentor-signature__name">__wakeup</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
2056+
<span class="phpdocumentor-signature__name">__unserialize</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__type">array{date: string, timezone: string, timezone_type: int}&nbsp;</span><span class="phpdocumentor-signature__argument__name">$data</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
20572057

20582058
<div class="phpdocumentor-label-line">
20592059
</div>
20602060

20612061

2062-
2062+
<h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
2063+
<dl class="phpdocumentor-argument-list">
2064+
<dt class="phpdocumentor-argument-list__entry">
2065+
<span class="phpdocumentor-argument-list__argument__name">$data</span>
2066+
: <span class="phpdocumentor-argument-list__argument__type">array{date: string, timezone: string, timezone_type: int}</span>
2067+
</dt>
2068+
<dd class="phpdocumentor-argument-list__definition">
2069+
2070+
</dd>
2071+
</dl>
2072+
20632073

20642074

20652075

@@ -6364,7 +6374,7 @@ <h5 class="phpdocumentor-return-value__heading">Return values</h5>
63646374
<li class=""><a href="classes/CodeIgniter-I18n-TimeTrait.html#method___get">__get()</a></li>
63656375
<li class=""><a href="classes/CodeIgniter-I18n-TimeTrait.html#method___isset">__isset()</a></li>
63666376
<li class=""><a href="classes/CodeIgniter-I18n-TimeTrait.html#method___toString">__toString()</a></li>
6367-
<li class=""><a href="classes/CodeIgniter-I18n-TimeTrait.html#method___wakeup">__wakeup()</a></li>
6377+
<li class=""><a href="classes/CodeIgniter-I18n-TimeTrait.html#method___unserialize">__unserialize()</a></li>
63686378
<li class=""><a href="classes/CodeIgniter-I18n-TimeTrait.html#method_addCalendarMonths">addCalendarMonths()</a></li>
63696379
<li class=""><a href="classes/CodeIgniter-I18n-TimeTrait.html#method_addDays">addDays()</a></li>
63706380
<li class=""><a href="classes/CodeIgniter-I18n-TimeTrait.html#method_addHours">addHours()</a></li>

docs/classes/CodeIgniter-I18n-TimeLegacy.html

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ <h4 id="toc-methods">
510510
<dd>Outputs a short format version of the datetime.</dd>
511511

512512
<dt class="phpdocumentor-table-of-contents__entry -method -public">
513-
<a class="" href="classes/CodeIgniter-I18n-TimeTrait.html#method___wakeup">__wakeup()</a>
513+
<a class="" href="classes/CodeIgniter-I18n-TimeTrait.html#method___unserialize">__unserialize()</a>
514514
<span>
515515
&nbsp;: void </span>
516516
</dt>
@@ -2074,29 +2074,39 @@ <h5 class="phpdocumentor-return-value__heading">Return values</h5>
20742074
-public
20752075
"
20762076
>
2077-
<h4 class="phpdocumentor-element__name" id="method___wakeup">
2078-
__wakeup()
2079-
<a href="classes/CodeIgniter-I18n-TimeTrait.html#method___wakeup" class="headerlink"><i class="fas fa-link"></i></a>
2077+
<h4 class="phpdocumentor-element__name" id="method___unserialize">
2078+
__unserialize()
2079+
<a href="classes/CodeIgniter-I18n-TimeTrait.html#method___unserialize" class="headerlink"><i class="fas fa-link"></i></a>
20802080

20812081
</h4>
20822082
<aside class="phpdocumentor-element-found-in">
20832083
<abbr class="phpdocumentor-element-found-in__file" title="system/I18n/TimeTrait.php"><a href="files/system-i18n-timetrait.html"><abbr title="system/I18n/TimeTrait.php">TimeTrait.php</abbr></a></abbr>
20842084
:
2085-
<span class="phpdocumentor-element-found-in__line">1242</span>
2085+
<span class="phpdocumentor-element-found-in__line">1244</span>
20862086

20872087
</aside>
20882088

20892089
<p class="phpdocumentor-summary">This is called when we unserialize the Time object.</p>
20902090

20912091
<code class="phpdocumentor-code phpdocumentor-signature ">
20922092
<span class="phpdocumentor-signature__visibility">public</span>
2093-
<span class="phpdocumentor-signature__name">__wakeup</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
2093+
<span class="phpdocumentor-signature__name">__unserialize</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__type">array{date: string, timezone: string, timezone_type: int}&nbsp;</span><span class="phpdocumentor-signature__argument__name">$data</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
20942094

20952095
<div class="phpdocumentor-label-line">
20962096
</div>
20972097

20982098

2099-
2099+
<h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
2100+
<dl class="phpdocumentor-argument-list">
2101+
<dt class="phpdocumentor-argument-list__entry">
2102+
<span class="phpdocumentor-argument-list__argument__name">$data</span>
2103+
: <span class="phpdocumentor-argument-list__argument__type">array{date: string, timezone: string, timezone_type: int}</span>
2104+
</dt>
2105+
<dd class="phpdocumentor-argument-list__definition">
2106+
2107+
</dd>
2108+
</dl>
2109+
21002110

21012111

21022112

@@ -6465,7 +6475,7 @@ <h5 class="phpdocumentor-return-value__heading">Return values</h5>
64656475
<li class=""><a href="classes/CodeIgniter-I18n-TimeTrait.html#method___get">__get()</a></li>
64666476
<li class=""><a href="classes/CodeIgniter-I18n-TimeTrait.html#method___isset">__isset()</a></li>
64676477
<li class=""><a href="classes/CodeIgniter-I18n-TimeTrait.html#method___toString">__toString()</a></li>
6468-
<li class=""><a href="classes/CodeIgniter-I18n-TimeTrait.html#method___wakeup">__wakeup()</a></li>
6478+
<li class=""><a href="classes/CodeIgniter-I18n-TimeTrait.html#method___unserialize">__unserialize()</a></li>
64696479
<li class=""><a href="classes/CodeIgniter-I18n-TimeTrait.html#method_addCalendarMonths">addCalendarMonths()</a></li>
64706480
<li class=""><a href="classes/CodeIgniter-I18n-TimeTrait.html#method_addDays">addDays()</a></li>
64716481
<li class=""><a href="classes/CodeIgniter-I18n-TimeTrait.html#method_addHours">addHours()</a></li>

docs/classes/CodeIgniter-I18n-TimeTrait.html

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ <h4 id="toc-methods">
362362
<dd>Outputs a short format version of the datetime.</dd>
363363

364364
<dt class="phpdocumentor-table-of-contents__entry -method -public">
365-
<a class="" href="classes/CodeIgniter-I18n-TimeTrait.html#method___wakeup">__wakeup()</a>
365+
<a class="" href="classes/CodeIgniter-I18n-TimeTrait.html#method___unserialize">__unserialize()</a>
366366
<span>
367367
&nbsp;: void </span>
368368
</dt>
@@ -1296,29 +1296,39 @@ <h5 class="phpdocumentor-return-value__heading">Return values</h5>
12961296
-public
12971297
"
12981298
>
1299-
<h4 class="phpdocumentor-element__name" id="method___wakeup">
1300-
__wakeup()
1301-
<a href="classes/CodeIgniter-I18n-TimeTrait.html#method___wakeup" class="headerlink"><i class="fas fa-link"></i></a>
1299+
<h4 class="phpdocumentor-element__name" id="method___unserialize">
1300+
__unserialize()
1301+
<a href="classes/CodeIgniter-I18n-TimeTrait.html#method___unserialize" class="headerlink"><i class="fas fa-link"></i></a>
13021302

13031303
</h4>
13041304
<aside class="phpdocumentor-element-found-in">
13051305
<abbr class="phpdocumentor-element-found-in__file" title="system/I18n/TimeTrait.php"><a href="files/system-i18n-timetrait.html"><abbr title="system/I18n/TimeTrait.php">TimeTrait.php</abbr></a></abbr>
13061306
:
1307-
<span class="phpdocumentor-element-found-in__line">1242</span>
1307+
<span class="phpdocumentor-element-found-in__line">1244</span>
13081308

13091309
</aside>
13101310

13111311
<p class="phpdocumentor-summary">This is called when we unserialize the Time object.</p>
13121312

13131313
<code class="phpdocumentor-code phpdocumentor-signature ">
13141314
<span class="phpdocumentor-signature__visibility">public</span>
1315-
<span class="phpdocumentor-signature__name">__wakeup</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
1315+
<span class="phpdocumentor-signature__name">__unserialize</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__type">array{date: string, timezone: string, timezone_type: int}&nbsp;</span><span class="phpdocumentor-signature__argument__name">$data</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
13161316

13171317
<div class="phpdocumentor-label-line">
13181318
</div>
13191319

13201320

1321-
1321+
<h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
1322+
<dl class="phpdocumentor-argument-list">
1323+
<dt class="phpdocumentor-argument-list__entry">
1324+
<span class="phpdocumentor-argument-list__argument__name">$data</span>
1325+
: <span class="phpdocumentor-argument-list__argument__type">array{date: string, timezone: string, timezone_type: int}</span>
1326+
</dt>
1327+
<dd class="phpdocumentor-argument-list__definition">
1328+
1329+
</dd>
1330+
</dl>
1331+
13221332

13231333

13241334

@@ -5605,7 +5615,7 @@ <h5 class="phpdocumentor-return-value__heading">Return values</h5>
56055615
<li class=""><a href="classes/CodeIgniter-I18n-TimeTrait.html#method___get">__get()</a></li>
56065616
<li class=""><a href="classes/CodeIgniter-I18n-TimeTrait.html#method___isset">__isset()</a></li>
56075617
<li class=""><a href="classes/CodeIgniter-I18n-TimeTrait.html#method___toString">__toString()</a></li>
5608-
<li class=""><a href="classes/CodeIgniter-I18n-TimeTrait.html#method___wakeup">__wakeup()</a></li>
5618+
<li class=""><a href="classes/CodeIgniter-I18n-TimeTrait.html#method___unserialize">__unserialize()</a></li>
56095619
<li class=""><a href="classes/CodeIgniter-I18n-TimeTrait.html#method_addCalendarMonths">addCalendarMonths()</a></li>
56105620
<li class=""><a href="classes/CodeIgniter-I18n-TimeTrait.html#method_addDays">addDays()</a></li>
56115621
<li class=""><a href="classes/CodeIgniter-I18n-TimeTrait.html#method_addHours">addHours()</a></li>

docs/js/searchIndex.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19996,10 +19996,10 @@ Search.appendIndex(
1999619996
"summary": "Allow\u0020for\u0020property\u002Dtype\u0020checking\u0020to\u0020any\u0020getX\u0020method.",
1999719997
"url": "classes/CodeIgniter-I18n-TimeTrait.html#method___isset"
1999819998
}, {
19999-
"fqsen": "\\CodeIgniter\\I18n\\TimeTrait\u003A\u003A__wakeup\u0028\u0029",
20000-
"name": "__wakeup",
19999+
"fqsen": "\\CodeIgniter\\I18n\\TimeTrait\u003A\u003A__unserialize\u0028\u0029",
20000+
"name": "__unserialize",
2000120001
"summary": "This\u0020is\u0020called\u0020when\u0020we\u0020unserialize\u0020the\u0020Time\u0020object.",
20002-
"url": "classes/CodeIgniter-I18n-TimeTrait.html#method___wakeup"
20002+
"url": "classes/CodeIgniter-I18n-TimeTrait.html#method___unserialize"
2000320003
}, {
2000420004
"fqsen": "\\CodeIgniter\\I18n\\TimeTrait\u003A\u003A\u0024timezone",
2000520005
"name": "timezone",

0 commit comments

Comments
 (0)