Skip to content

Commit 28d37b6

Browse files
committed
Updated API for commit 9d032efb2586601679c4da6947615769ee268109
1 parent 54cbbae commit 28d37b6

3 files changed

Lines changed: 77 additions & 77 deletions

File tree

docs/classes/CodeIgniter-Cookie-CloneableCookieInterface.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ <h4 id="toc-methods">
400400
<dt class="phpdocumentor-table-of-contents__entry -method -public">
401401
<a class="" href="classes/CodeIgniter-Cookie-CookieInterface.html#method_getOptions">getOptions()</a>
402402
<span>
403-
&nbsp;: array&lt;string, bool|int|string&gt; </span>
403+
&nbsp;: array{expires: int, path: string, domain: string, secure: bool, httponly: bool, samesite: string} </span>
404404
</dt>
405405
<dd>Gets the options that are passable to the `setcookie` variant
406406
available on PHP 7.3+</dd>
@@ -471,7 +471,7 @@ <h4 id="toc-methods">
471471
<dt class="phpdocumentor-table-of-contents__entry -method -public">
472472
<a class="" href="classes/CodeIgniter-Cookie-CookieInterface.html#method_toArray">toArray()</a>
473473
<span>
474-
&nbsp;: array&lt;string, bool|int|string&gt; </span>
474+
&nbsp;: array{name: string, value: string, prefix: string, raw: bool, expires: int, path: string, domain: string, secure: bool, httponly: bool, samesite: string} </span>
475475
</dt>
476476
<dd>Returns the array representation of the Cookie object.</dd>
477477

@@ -796,7 +796,7 @@ <h4 class="phpdocumentor-element__name" id="method___toString">
796796
<aside class="phpdocumentor-element-found-in">
797797
<abbr class="phpdocumentor-element-found-in__file" title="system/Cookie/CookieInterface.php"><a href="files/system-cookie-cookieinterface.html"><abbr title="system/Cookie/CookieInterface.php">CookieInterface.php</abbr></a></abbr>
798798
:
799-
<span class="phpdocumentor-element-found-in__line">162</span>
799+
<span class="phpdocumentor-element-found-in__line">169</span>
800800

801801
</aside>
802802

@@ -1070,7 +1070,7 @@ <h4 class="phpdocumentor-element__name" id="method_getOptions">
10701070
<aside class="phpdocumentor-element-found-in">
10711071
<abbr class="phpdocumentor-element-found-in__file" title="system/Cookie/CookieInterface.php"><a href="files/system-cookie-cookieinterface.html"><abbr title="system/Cookie/CookieInterface.php">CookieInterface.php</abbr></a></abbr>
10721072
:
1073-
<span class="phpdocumentor-element-found-in__line">150</span>
1073+
<span class="phpdocumentor-element-found-in__line">157</span>
10741074

10751075
</aside>
10761076

@@ -1079,7 +1079,7 @@ <h4 class="phpdocumentor-element__name" id="method_getOptions">
10791079

10801080
<code class="phpdocumentor-code phpdocumentor-signature ">
10811081
<span class="phpdocumentor-signature__visibility">public</span>
1082-
<span class="phpdocumentor-signature__name">getOptions</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">array&lt;string, bool|int|string&gt;</span></code>
1082+
<span class="phpdocumentor-signature__name">getOptions</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">array{expires: int, path: string, domain: string, secure: bool, httponly: bool, samesite: string}</span></code>
10831083

10841084
<div class="phpdocumentor-label-line">
10851085
</div>
@@ -1092,7 +1092,7 @@ <h4 class="phpdocumentor-element__name" id="method_getOptions">
10921092

10931093
<section>
10941094
<h5 class="phpdocumentor-return-value__heading">Return values</h5>
1095-
<span class="phpdocumentor-signature__response_type">array&lt;string, bool|int|string&gt;</span>
1095+
<span class="phpdocumentor-signature__response_type">array{expires: int, path: string, domain: string, secure: bool, httponly: bool, samesite: string}</span>
10961096
</section>
10971097

10981098
</article>
@@ -1467,15 +1467,15 @@ <h4 class="phpdocumentor-element__name" id="method_toArray">
14671467
<aside class="phpdocumentor-element-found-in">
14681468
<abbr class="phpdocumentor-element-found-in__file" title="system/Cookie/CookieInterface.php"><a href="files/system-cookie-cookieinterface.html"><abbr title="system/Cookie/CookieInterface.php">CookieInterface.php</abbr></a></abbr>
14691469
:
1470-
<span class="phpdocumentor-element-found-in__line">169</span>
1470+
<span class="phpdocumentor-element-found-in__line">187</span>
14711471

14721472
</aside>
14731473

14741474
<p class="phpdocumentor-summary">Returns the array representation of the Cookie object.</p>
14751475

14761476
<code class="phpdocumentor-code phpdocumentor-signature ">
14771477
<span class="phpdocumentor-signature__visibility">public</span>
1478-
<span class="phpdocumentor-signature__name">toArray</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">array&lt;string, bool|int|string&gt;</span></code>
1478+
<span class="phpdocumentor-signature__name">toArray</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">array{name: string, value: string, prefix: string, raw: bool, expires: int, path: string, domain: string, secure: bool, httponly: bool, samesite: string}</span></code>
14791479

14801480
<div class="phpdocumentor-label-line">
14811481
</div>
@@ -1488,7 +1488,7 @@ <h4 class="phpdocumentor-element__name" id="method_toArray">
14881488

14891489
<section>
14901490
<h5 class="phpdocumentor-return-value__heading">Return values</h5>
1491-
<span class="phpdocumentor-signature__response_type">array&lt;string, bool|int|string&gt;</span>
1491+
<span class="phpdocumentor-signature__response_type">array{name: string, value: string, prefix: string, raw: bool, expires: int, path: string, domain: string, secure: bool, httponly: bool, samesite: string}</span>
14921492
</section>
14931493

14941494
</article>
@@ -1506,7 +1506,7 @@ <h4 class="phpdocumentor-element__name" id="method_toHeaderString">
15061506
<aside class="phpdocumentor-element-found-in">
15071507
<abbr class="phpdocumentor-element-found-in__file" title="system/Cookie/CookieInterface.php"><a href="files/system-cookie-cookieinterface.html"><abbr title="system/Cookie/CookieInterface.php">CookieInterface.php</abbr></a></abbr>
15081508
:
1509-
<span class="phpdocumentor-element-found-in__line">155</span>
1509+
<span class="phpdocumentor-element-found-in__line">162</span>
15101510

15111511
</aside>
15121512

0 commit comments

Comments
 (0)