Skip to content

Commit

Permalink
Updated API for commit a5c7f77b2fd6a953a39dc356e2e89427e23ebc9e
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 11, 2024
1 parent 2660fc2 commit 82315bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/classes/CodeIgniter-Entity-Entity.html
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ <h4 id="toc-properties">
<dt class="phpdocumentor-table-of-contents__entry -property -protected">
<a class="" href="classes/CodeIgniter-Entity-Entity.html#property_attributes">$attributes</a>
<span>
&nbsp;: array&lt;string|int, mixed&gt; </span>
&nbsp;: array&lt;string, mixed&gt; </span>
</dt>
<dd>Holds the current values of all class vars.</dd>

Expand Down Expand Up @@ -377,7 +377,7 @@ <h4 id="toc-properties">
<dt class="phpdocumentor-table-of-contents__entry -property -protected">
<a class="" href="classes/CodeIgniter-Entity-Entity.html#property_original">$original</a>
<span>
&nbsp;: array&lt;string|int, mixed&gt; </span>
&nbsp;: array&lt;string, mixed&gt; </span>
</dt>
<dd>Holds original copies of all class vars so we can determine
what&#039;s actually been changed and not accidentally write
Expand Down Expand Up @@ -589,7 +589,7 @@ <h4 class="phpdocumentor-element__name" id="property_attributes">

<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">protected</span>
<span class="phpdocumentor-signature__type">array&lt;string|int, mixed&gt;</span>
<span class="phpdocumentor-signature__type">array&lt;string, mixed&gt;</span>
<span class="phpdocumentor-signature__name">$attributes</span>
= <span class="phpdocumentor-signature__default-value">[]</span></code>

Expand Down Expand Up @@ -821,7 +821,7 @@ <h4 class="phpdocumentor-element__name" id="property_original">

<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">protected</span>
<span class="phpdocumentor-signature__type">array&lt;string|int, mixed&gt;</span>
<span class="phpdocumentor-signature__type">array&lt;string, mixed&gt;</span>
<span class="phpdocumentor-signature__name">$original</span>
= <span class="phpdocumentor-signature__default-value">[]</span></code>

Expand Down

0 comments on commit 82315bd

Please sign in to comment.