Skip to content

Commit 177c2d8

Browse files
committed
Generate PHP API Ref HTML
1 parent 6596669 commit 177c2d8

File tree

408 files changed

+3795
-3434
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

408 files changed

+3795
-3434
lines changed

docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-Cart-Value-BatchEntryAddStruct.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37311,11 +37311,11 @@ <h3 id="method_getProperties">
3731137311
<div class="content-header__found-in copy-to-clipboard" data-copy-value="vendor/ibexa/core/src/contracts/Repository/Values/ValueObject.php">
3731237312
<abbr title="vendor/ibexa/core/src/contracts/Repository/Values/ValueObject.php">ValueObject.php</abbr>
3731337313
:
37314-
<span title="at line 50">50</span>
37314+
<span title="at line 51">51</span>
3731537315
<img src="./images/copy.svg" title="Copy path" />
3731637316
</div>
3731737317
</div>
37318-
<p>Function where list of properties are returned.</p>
37318+
<p>Returns list of available properties&#039; names.</p>
3731937319

3732037320
<div class="highlight">
3732137321
<table class="highlighttable">
@@ -37328,7 +37328,7 @@ <h3 id="method_getProperties">
3732837328
</td>
3732937329
<td class="code">
3733037330
<div>
37331-
<pre><code><span class="phpdocumentor-signature__visibility">protected </span><span class="phpdocumentor-signature__name">getProperties</span><span>(</span><span class="phpdocumentor-signature__argument"><span>[</span><span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;&nbsp;</span><span class="phpdocumentor-signature__argument__name">$dynamicProperties</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">[]</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">array&lt;string|int, mixed&gt;</span></code></pre>
37331+
<pre><code><span class="phpdocumentor-signature__visibility">protected </span><span class="phpdocumentor-signature__name">getProperties</span><span>(</span><span class="phpdocumentor-signature__argument"><span>[</span><span class="phpdocumentor-signature__argument__return-type">array&lt;int, string&gt;&nbsp;</span><span class="phpdocumentor-signature__argument__name">$dynamicProperties</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">[]</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">array&lt;int, string&gt;</span></code></pre>
3733237332
</div>
3733337333
</td>
3733437334
</tr>
@@ -37338,7 +37338,7 @@ <h3 id="method_getProperties">
3733837338
<div class="phpdocumentor-label-line">
3733937339
</div>
3734037340
<section class="phpdocumentor-description">
37341-
<p>Used by <abbr title="\Ibexa\Contracts\Core\Repository\Values\attributes()">attributes()</abbr>, override to add dynamic properties</p>
37341+
<p>Override to add dynamic properties.</p>
3734237342

3734337343
</section>
3734437344
<h4>Parameters</h4>
@@ -37357,7 +37357,7 @@ <h4>Parameters</h4>
3735737357
$dynamicProperties
3735837358
</td>
3735937359
<td>
37360-
array&lt;string|int, mixed&gt;
37360+
array&lt;int, string&gt;
3736137361
</td>
3736237362
<td>
3736337363
[]
@@ -37373,7 +37373,7 @@ <h4>Parameters</h4>
3737337373
</tbody>
3737437374
</table>
3737537375
<h4>Return values</h4>
37376-
<p class="phpdocumentor-signature__response_type">array&lt;string|int, mixed&gt;</p>
37376+
<p class="phpdocumentor-signature__response_type">array&lt;int, string&gt;</p>
3737737377

3737837378
</div>
3737937379
</article>

docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-Cart-Value-CartCreateStruct.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37519,11 +37519,11 @@ <h3 id="method_getProperties">
3751937519
<div class="content-header__found-in copy-to-clipboard" data-copy-value="vendor/ibexa/core/src/contracts/Repository/Values/ValueObject.php">
3752037520
<abbr title="vendor/ibexa/core/src/contracts/Repository/Values/ValueObject.php">ValueObject.php</abbr>
3752137521
:
37522-
<span title="at line 50">50</span>
37522+
<span title="at line 51">51</span>
3752337523
<img src="./images/copy.svg" title="Copy path" />
3752437524
</div>
3752537525
</div>
37526-
<p>Function where list of properties are returned.</p>
37526+
<p>Returns list of available properties&#039; names.</p>
3752737527

3752837528
<div class="highlight">
3752937529
<table class="highlighttable">
@@ -37536,7 +37536,7 @@ <h3 id="method_getProperties">
3753637536
</td>
3753737537
<td class="code">
3753837538
<div>
37539-
<pre><code><span class="phpdocumentor-signature__visibility">protected </span><span class="phpdocumentor-signature__name">getProperties</span><span>(</span><span class="phpdocumentor-signature__argument"><span>[</span><span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;&nbsp;</span><span class="phpdocumentor-signature__argument__name">$dynamicProperties</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">[]</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">array&lt;string|int, mixed&gt;</span></code></pre>
37539+
<pre><code><span class="phpdocumentor-signature__visibility">protected </span><span class="phpdocumentor-signature__name">getProperties</span><span>(</span><span class="phpdocumentor-signature__argument"><span>[</span><span class="phpdocumentor-signature__argument__return-type">array&lt;int, string&gt;&nbsp;</span><span class="phpdocumentor-signature__argument__name">$dynamicProperties</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">[]</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">array&lt;int, string&gt;</span></code></pre>
3754037540
</div>
3754137541
</td>
3754237542
</tr>
@@ -37546,7 +37546,7 @@ <h3 id="method_getProperties">
3754637546
<div class="phpdocumentor-label-line">
3754737547
</div>
3754837548
<section class="phpdocumentor-description">
37549-
<p>Used by <abbr title="\Ibexa\Contracts\Core\Repository\Values\attributes()">attributes()</abbr>, override to add dynamic properties</p>
37549+
<p>Override to add dynamic properties.</p>
3755037550

3755137551
</section>
3755237552
<h4>Parameters</h4>
@@ -37565,7 +37565,7 @@ <h4>Parameters</h4>
3756537565
$dynamicProperties
3756637566
</td>
3756737567
<td>
37568-
array&lt;string|int, mixed&gt;
37568+
array&lt;int, string&gt;
3756937569
</td>
3757037570
<td>
3757137571
[]
@@ -37581,7 +37581,7 @@ <h4>Parameters</h4>
3758137581
</tbody>
3758237582
</table>
3758337583
<h4>Return values</h4>
37584-
<p class="phpdocumentor-signature__response_type">array&lt;string|int, mixed&gt;</p>
37584+
<p class="phpdocumentor-signature__response_type">array&lt;int, string&gt;</p>
3758537585

3758637586
</div>
3758737587
</article>

docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-Cart-Value-CartMetadataUpdateStruct.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37528,11 +37528,11 @@ <h3 id="method_getProperties">
3752837528
<div class="content-header__found-in copy-to-clipboard" data-copy-value="vendor/ibexa/core/src/contracts/Repository/Values/ValueObject.php">
3752937529
<abbr title="vendor/ibexa/core/src/contracts/Repository/Values/ValueObject.php">ValueObject.php</abbr>
3753037530
:
37531-
<span title="at line 50">50</span>
37531+
<span title="at line 51">51</span>
3753237532
<img src="./images/copy.svg" title="Copy path" />
3753337533
</div>
3753437534
</div>
37535-
<p>Function where list of properties are returned.</p>
37535+
<p>Returns list of available properties&#039; names.</p>
3753637536

3753737537
<div class="highlight">
3753837538
<table class="highlighttable">
@@ -37545,7 +37545,7 @@ <h3 id="method_getProperties">
3754537545
</td>
3754637546
<td class="code">
3754737547
<div>
37548-
<pre><code><span class="phpdocumentor-signature__visibility">protected </span><span class="phpdocumentor-signature__name">getProperties</span><span>(</span><span class="phpdocumentor-signature__argument"><span>[</span><span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;&nbsp;</span><span class="phpdocumentor-signature__argument__name">$dynamicProperties</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">[]</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">array&lt;string|int, mixed&gt;</span></code></pre>
37548+
<pre><code><span class="phpdocumentor-signature__visibility">protected </span><span class="phpdocumentor-signature__name">getProperties</span><span>(</span><span class="phpdocumentor-signature__argument"><span>[</span><span class="phpdocumentor-signature__argument__return-type">array&lt;int, string&gt;&nbsp;</span><span class="phpdocumentor-signature__argument__name">$dynamicProperties</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">[]</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">array&lt;int, string&gt;</span></code></pre>
3754937549
</div>
3755037550
</td>
3755137551
</tr>
@@ -37555,7 +37555,7 @@ <h3 id="method_getProperties">
3755537555
<div class="phpdocumentor-label-line">
3755637556
</div>
3755737557
<section class="phpdocumentor-description">
37558-
<p>Used by <abbr title="\Ibexa\Contracts\Core\Repository\Values\attributes()">attributes()</abbr>, override to add dynamic properties</p>
37558+
<p>Override to add dynamic properties.</p>
3755937559

3756037560
</section>
3756137561
<h4>Parameters</h4>
@@ -37574,7 +37574,7 @@ <h4>Parameters</h4>
3757437574
$dynamicProperties
3757537575
</td>
3757637576
<td>
37577-
array&lt;string|int, mixed&gt;
37577+
array&lt;int, string&gt;
3757837578
</td>
3757937579
<td>
3758037580
[]
@@ -37590,7 +37590,7 @@ <h4>Parameters</h4>
3759037590
</tbody>
3759137591
</table>
3759237592
<h4>Return values</h4>
37593-
<p class="phpdocumentor-signature__response_type">array&lt;string|int, mixed&gt;</p>
37593+
<p class="phpdocumentor-signature__response_type">array&lt;int, string&gt;</p>
3759437594

3759537595
</div>
3759637596
</article>

docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-Cart-Value-EntryAddStruct.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37399,11 +37399,11 @@ <h3 id="method_getProperties">
3739937399
<div class="content-header__found-in copy-to-clipboard" data-copy-value="vendor/ibexa/core/src/contracts/Repository/Values/ValueObject.php">
3740037400
<abbr title="vendor/ibexa/core/src/contracts/Repository/Values/ValueObject.php">ValueObject.php</abbr>
3740137401
:
37402-
<span title="at line 50">50</span>
37402+
<span title="at line 51">51</span>
3740337403
<img src="./images/copy.svg" title="Copy path" />
3740437404
</div>
3740537405
</div>
37406-
<p>Function where list of properties are returned.</p>
37406+
<p>Returns list of available properties&#039; names.</p>
3740737407

3740837408
<div class="highlight">
3740937409
<table class="highlighttable">
@@ -37416,7 +37416,7 @@ <h3 id="method_getProperties">
3741637416
</td>
3741737417
<td class="code">
3741837418
<div>
37419-
<pre><code><span class="phpdocumentor-signature__visibility">protected </span><span class="phpdocumentor-signature__name">getProperties</span><span>(</span><span class="phpdocumentor-signature__argument"><span>[</span><span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;&nbsp;</span><span class="phpdocumentor-signature__argument__name">$dynamicProperties</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">[]</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">array&lt;string|int, mixed&gt;</span></code></pre>
37419+
<pre><code><span class="phpdocumentor-signature__visibility">protected </span><span class="phpdocumentor-signature__name">getProperties</span><span>(</span><span class="phpdocumentor-signature__argument"><span>[</span><span class="phpdocumentor-signature__argument__return-type">array&lt;int, string&gt;&nbsp;</span><span class="phpdocumentor-signature__argument__name">$dynamicProperties</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">[]</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">array&lt;int, string&gt;</span></code></pre>
3742037420
</div>
3742137421
</td>
3742237422
</tr>
@@ -37426,7 +37426,7 @@ <h3 id="method_getProperties">
3742637426
<div class="phpdocumentor-label-line">
3742737427
</div>
3742837428
<section class="phpdocumentor-description">
37429-
<p>Used by <abbr title="\Ibexa\Contracts\Core\Repository\Values\attributes()">attributes()</abbr>, override to add dynamic properties</p>
37429+
<p>Override to add dynamic properties.</p>
3743037430

3743137431
</section>
3743237432
<h4>Parameters</h4>
@@ -37445,7 +37445,7 @@ <h4>Parameters</h4>
3744537445
$dynamicProperties
3744637446
</td>
3744737447
<td>
37448-
array&lt;string|int, mixed&gt;
37448+
array&lt;int, string&gt;
3744937449
</td>
3745037450
<td>
3745137451
[]
@@ -37461,7 +37461,7 @@ <h4>Parameters</h4>
3746137461
</tbody>
3746237462
</table>
3746337463
<h4>Return values</h4>
37464-
<p class="phpdocumentor-signature__response_type">array&lt;string|int, mixed&gt;</p>
37464+
<p class="phpdocumentor-signature__response_type">array&lt;int, string&gt;</p>
3746537465

3746637466
</div>
3746737467
</article>

docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-Cart-Value-EntryUpdateStruct.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37309,11 +37309,11 @@ <h3 id="method_getProperties">
3730937309
<div class="content-header__found-in copy-to-clipboard" data-copy-value="vendor/ibexa/core/src/contracts/Repository/Values/ValueObject.php">
3731037310
<abbr title="vendor/ibexa/core/src/contracts/Repository/Values/ValueObject.php">ValueObject.php</abbr>
3731137311
:
37312-
<span title="at line 50">50</span>
37312+
<span title="at line 51">51</span>
3731337313
<img src="./images/copy.svg" title="Copy path" />
3731437314
</div>
3731537315
</div>
37316-
<p>Function where list of properties are returned.</p>
37316+
<p>Returns list of available properties&#039; names.</p>
3731737317

3731837318
<div class="highlight">
3731937319
<table class="highlighttable">
@@ -37326,7 +37326,7 @@ <h3 id="method_getProperties">
3732637326
</td>
3732737327
<td class="code">
3732837328
<div>
37329-
<pre><code><span class="phpdocumentor-signature__visibility">protected </span><span class="phpdocumentor-signature__name">getProperties</span><span>(</span><span class="phpdocumentor-signature__argument"><span>[</span><span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;&nbsp;</span><span class="phpdocumentor-signature__argument__name">$dynamicProperties</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">[]</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">array&lt;string|int, mixed&gt;</span></code></pre>
37329+
<pre><code><span class="phpdocumentor-signature__visibility">protected </span><span class="phpdocumentor-signature__name">getProperties</span><span>(</span><span class="phpdocumentor-signature__argument"><span>[</span><span class="phpdocumentor-signature__argument__return-type">array&lt;int, string&gt;&nbsp;</span><span class="phpdocumentor-signature__argument__name">$dynamicProperties</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">[]</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">array&lt;int, string&gt;</span></code></pre>
3733037330
</div>
3733137331
</td>
3733237332
</tr>
@@ -37336,7 +37336,7 @@ <h3 id="method_getProperties">
3733637336
<div class="phpdocumentor-label-line">
3733737337
</div>
3733837338
<section class="phpdocumentor-description">
37339-
<p>Used by <abbr title="\Ibexa\Contracts\Core\Repository\Values\attributes()">attributes()</abbr>, override to add dynamic properties</p>
37339+
<p>Override to add dynamic properties.</p>
3734037340

3734137341
</section>
3734237342
<h4>Parameters</h4>
@@ -37355,7 +37355,7 @@ <h4>Parameters</h4>
3735537355
$dynamicProperties
3735637356
</td>
3735737357
<td>
37358-
array&lt;string|int, mixed&gt;
37358+
array&lt;int, string&gt;
3735937359
</td>
3736037360
<td>
3736137361
[]
@@ -37371,7 +37371,7 @@ <h4>Parameters</h4>
3737137371
</tbody>
3737237372
</table>
3737337373
<h4>Return values</h4>
37374-
<p class="phpdocumentor-signature__response_type">array&lt;string|int, mixed&gt;</p>
37374+
<p class="phpdocumentor-signature__response_type">array&lt;int, string&gt;</p>
3737537375

3737637376
</div>
3737737377
</article>

0 commit comments

Comments
 (0)