Skip to content

Commit af9cff8

Browse files
committed
PHP API Ref HTML
1 parent 98bf091 commit af9cff8

20 files changed

Lines changed: 317 additions & 56 deletions

docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Ibexa.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ <h3 id="constant_VERSION">
278278
</td>
279279
<td class="code">
280280
<div>
281-
<pre><code><span class="phpdocumentor-signature__visibility">public </span><span class="phpdocumentor-signature__type">mixed </span><span class="phpdocumentor-signature__name">VERSION</span> = <span class="phpdocumentor-signature__default-value">&#039;4.6.29&#039;</span></code></pre>
281+
<pre><code><span class="phpdocumentor-signature__visibility">public </span><span class="phpdocumentor-signature__type">mixed </span><span class="phpdocumentor-signature__name">VERSION</span> = <span class="phpdocumentor-signature__default-value">&#039;4.6.30&#039;</span></code></pre>
282282
</div>
283283
</td>
284284
</tr>

docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-ProductCatalog-Values-Availability-AvailabilityInterface.html

Lines changed: 108 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -263,14 +263,90 @@ <h2 id="methods">
263263
</h2>
264264

265265
<div class="content-header">
266+
<h3 id="method_getAvailability">
267+
<img src="./images/public.svg" alt="public" title="public" />getAvailability()
268+
<a class="headerlink" href="classes/Ibexa-Contracts-ProductCatalog-Values-Availability-AvailabilityInterface.html#method_getAvailability" title="Permanent link"></a>
269+
</h3>
270+
<div class="content-header__found-in copy-to-clipboard" data-copy-value="vendor/ibexa/product-catalog/src/contracts/Values/Availability/AvailabilityInterface.php">
271+
<abbr title="vendor/ibexa/product-catalog/src/contracts/Values/Availability/AvailabilityInterface.php">AvailabilityInterface.php</abbr>
272+
:
273+
<span title="at line 18">18</span>
274+
<img src="./images/copy.svg" title="Copy path" />
275+
</div>
276+
</div>
277+
<p>Returns the stored availability value as persisted for the product.</p>
278+
279+
<div class="highlight">
280+
<table class="highlighttable">
281+
<tbody>
282+
<tr>
283+
<td class="linenos">
284+
<div class="linenodiv">
285+
<pre><span></span></pre>
286+
</div>
287+
</td>
288+
<td class="code">
289+
<div>
290+
<pre><code><span class="phpdocumentor-signature__visibility">public </span><span class="phpdocumentor-signature__name">getAvailability</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">bool</span></code></pre>
291+
</div>
292+
</td>
293+
</tr>
294+
</tbody>
295+
</table>
296+
</div>
297+
<div class="phpdocumentor-label-line">
298+
</div>
299+
<h4>Return values</h4>
300+
<p class="phpdocumentor-signature__response_type">bool</p>
301+
302+
303+
<div class="content-header">
304+
<h3 id="method_getComputedAvailability">
305+
<img src="./images/public.svg" alt="public" title="public" />getComputedAvailability()
306+
<a class="headerlink" href="classes/Ibexa-Contracts-ProductCatalog-Values-Availability-AvailabilityInterface.html#method_getComputedAvailability" title="Permanent link"></a>
307+
</h3>
308+
<div class="content-header__found-in copy-to-clipboard" data-copy-value="vendor/ibexa/product-catalog/src/contracts/Values/Availability/AvailabilityInterface.php">
309+
<abbr title="vendor/ibexa/product-catalog/src/contracts/Values/Availability/AvailabilityInterface.php">AvailabilityInterface.php</abbr>
310+
:
311+
<span title="at line 23">23</span>
312+
<img src="./images/copy.svg" title="Copy path" />
313+
</div>
314+
</div>
315+
<p>Returns the availability value computed for the current business context.</p>
316+
317+
<div class="highlight">
318+
<table class="highlighttable">
319+
<tbody>
320+
<tr>
321+
<td class="linenos">
322+
<div class="linenodiv">
323+
<pre><span></span></pre>
324+
</div>
325+
</td>
326+
<td class="code">
327+
<div>
328+
<pre><code><span class="phpdocumentor-signature__visibility">public </span><span class="phpdocumentor-signature__name">getComputedAvailability</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">bool</span></code></pre>
329+
</div>
330+
</td>
331+
</tr>
332+
</tbody>
333+
</table>
334+
</div>
335+
<div class="phpdocumentor-label-line">
336+
</div>
337+
<h4>Return values</h4>
338+
<p class="phpdocumentor-signature__response_type">bool</p>
339+
340+
341+
<div class="content-header">
266342
<h3 id="method_getProduct">
267343
<img src="./images/public.svg" alt="public" title="public" />getProduct()
268344
<a class="headerlink" href="classes/Ibexa-Contracts-ProductCatalog-Values-Availability-AvailabilityInterface.html#method_getProduct" title="Permanent link"></a>
269345
</h3>
270346
<div class="content-header__found-in copy-to-clipboard" data-copy-value="vendor/ibexa/product-catalog/src/contracts/Values/Availability/AvailabilityInterface.php">
271347
<abbr title="vendor/ibexa/product-catalog/src/contracts/Values/Availability/AvailabilityInterface.php">AvailabilityInterface.php</abbr>
272348
:
273-
<span title="at line 26">26</span>
349+
<span title="at line 39">39</span>
274350
<img src="./images/copy.svg" title="Copy path" />
275351
</div>
276352
</div>
@@ -307,7 +383,7 @@ <h3 id="method_getStock">
307383
<div class="content-header__found-in copy-to-clipboard" data-copy-value="vendor/ibexa/product-catalog/src/contracts/Values/Availability/AvailabilityInterface.php">
308384
<abbr title="vendor/ibexa/product-catalog/src/contracts/Values/Availability/AvailabilityInterface.php">AvailabilityInterface.php</abbr>
309385
:
310-
<span title="at line 17">17</span>
386+
<span title="at line 30">30</span>
311387
<img src="./images/copy.svg" title="Copy path" />
312388
</div>
313389
</div>
@@ -344,7 +420,7 @@ <h3 id="method_isAvailable">
344420
<div class="content-header__found-in copy-to-clipboard" data-copy-value="vendor/ibexa/product-catalog/src/contracts/Values/Availability/AvailabilityInterface.php">
345421
<abbr title="vendor/ibexa/product-catalog/src/contracts/Values/Availability/AvailabilityInterface.php">AvailabilityInterface.php</abbr>
346422
:
347-
<span title="at line 15">15</span>
423+
<span title="at line 28">28</span>
348424
<img src="./images/copy.svg" title="Copy path" />
349425
</div>
350426
</div>
@@ -371,7 +447,24 @@ <h3 id="method_isAvailable">
371447
</div>
372448
<h4>Return values</h4>
373449
<p class="phpdocumentor-signature__response_type">bool</p>
374-
450+
451+
<h5 class="phpdocumentor-tag-list__heading">
452+
Tags
453+
<a href="classes/Ibexa-Contracts-ProductCatalog-Values-Availability-AvailabilityInterface.html#method_isAvailable#tags" class="headerlink"><i class="fas fa-link"></i></a>
454+
455+
</h5>
456+
<dl class="phpdocumentor-tag-list">
457+
<dt class="phpdocumentor-tag-list__entry">
458+
<span class="phpdocumentor-tag__name">Deprecated</span>
459+
</dt>
460+
<dd class="phpdocumentor-tag-list__definition">
461+
<section class="phpdocumentor-description">
462+
<p>Use getComputedAvailability() instead.</p>
463+
464+
</section>
465+
466+
</dd>
467+
</dl>
375468

376469
<div class="content-header">
377470
<h3 id="method_isInfinite">
@@ -381,7 +474,7 @@ <h3 id="method_isInfinite">
381474
<div class="content-header__found-in copy-to-clipboard" data-copy-value="vendor/ibexa/product-catalog/src/contracts/Values/Availability/AvailabilityInterface.php">
382475
<abbr title="vendor/ibexa/product-catalog/src/contracts/Values/Availability/AvailabilityInterface.php">AvailabilityInterface.php</abbr>
383476
:
384-
<span title="at line 24">24</span>
477+
<span title="at line 37">37</span>
385478
<img src="./images/copy.svg" title="Copy path" />
386479
</div>
387480
</div>
@@ -431,6 +524,16 @@ <h4>Return values</h4>
431524
<nav class="md-nav">
432525
<ul class="md-nav__list">
433526
<li class="md-nav__item level-2">
527+
<a href="classes/Ibexa-Contracts-ProductCatalog-Values-Availability-AvailabilityInterface.html#method_getAvailability" title="getAvailability" class="md-nav__link">
528+
getAvailability()
529+
</a>
530+
</li>
531+
<li class="md-nav__item level-2">
532+
<a href="classes/Ibexa-Contracts-ProductCatalog-Values-Availability-AvailabilityInterface.html#method_getComputedAvailability" title="getComputedAvailability" class="md-nav__link">
533+
getComputedAvailability()
534+
</a>
535+
</li>
536+
<li class="md-nav__item level-2">
434537
<a href="classes/Ibexa-Contracts-ProductCatalog-Values-Availability-AvailabilityInterface.html#method_getProduct" title="getProduct" class="md-nav__link">
435538
getProduct()
436539
</a>

docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-Workflow-Registry-WorkflowRegistryInterface.html

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ <h3 id="method_getSupportedWorkflow">
266266
<div class="content-header__found-in copy-to-clipboard" data-copy-value="vendor/ibexa/workflow/src/contracts/Registry/WorkflowRegistryInterface.php">
267267
<abbr title="vendor/ibexa/workflow/src/contracts/Registry/WorkflowRegistryInterface.php">WorkflowRegistryInterface.php</abbr>
268268
:
269-
<span title="at line 60">60</span>
269+
<span title="at line 62">62</span>
270270
<img src="./images/copy.svg" title="Copy path" />
271271
</div>
272272
</div>
@@ -334,7 +334,21 @@ <h4>Parameters</h4>
334334
</table>
335335
<h4>Return values</h4>
336336
<p class="phpdocumentor-signature__response_type"><abbr title="\Symfony\Component\Workflow\Workflow">Workflow</abbr></p>
337-
337+
338+
<h5 class="phpdocumentor-tag-list__heading">
339+
Tags
340+
<a href="classes/Ibexa-Contracts-Workflow-Registry-WorkflowRegistryInterface.html#method_getSupportedWorkflow#tags" class="headerlink"><i class="fas fa-link"></i></a>
341+
342+
</h5>
343+
<dl class="phpdocumentor-tag-list">
344+
<dt class="phpdocumentor-tag-list__entry">
345+
<span class="phpdocumentor-tag__name">Throws</span>
346+
</dt>
347+
<dd class="phpdocumentor-tag-list__definition">
348+
<span class="phpdocumentor-tag-link"><abbr title="\Ibexa\Workflow\Exception\NotFoundException">NotFoundException</abbr></span>
349+
350+
</dd>
351+
</dl>
338352

339353
<div class="content-header">
340354
<h3 id="method_getSupportedWorkflows">

0 commit comments

Comments
 (0)