Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,57 @@ <h2 id="methods">
</h2>

<div class="content-header">
<h3 id="method_getCookieIdLifetimeDays">
<img src="./images/public.svg" alt="public" title="public" />getCookieIdLifetimeDays()
<a class="headerlink" href="classes/Ibexa-Contracts-ConnectorRaptor-Configuration-ProviderInterface.html#method_getCookieIdLifetimeDays" title="Permanent link">¶</a>
</h3>
<div class="content-header__found-in copy-to-clipboard" data-copy-value="vendor/ibexa/connector-raptor/src/contracts/Configuration/ProviderInterface.php">
<abbr title="vendor/ibexa/connector-raptor/src/contracts/Configuration/ProviderInterface.php">ProviderInterface.php</abbr>
:
<span title="at line 43">43</span>
<img src="./images/copy.svg" title="Copy path" />
</div>
</div>

<div class="highlight">
<table class="highlighttable">
<tbody>
<tr>
<td class="linenos">
<div class="linenodiv">
<pre><span></span></pre>
</div>
</td>
<td class="code">
<div>
<pre><code><span class="phpdocumentor-signature__visibility">public </span><span class="phpdocumentor-signature__name">getCookieIdLifetimeDays</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">int</span></code></pre>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<div class="phpdocumentor-label-line">
</div>
<h4>Return values</h4>
<p class="phpdocumentor-signature__response_type">int</p>

<h5 class="phpdocumentor-tag-list__heading">
Tags
<a href="classes/Ibexa-Contracts-ConnectorRaptor-Configuration-ProviderInterface.html#method_getCookieIdLifetimeDays#tags" class="headerlink"><i class="fas fa-link"></i></a>

</h5>
<dl class="phpdocumentor-tag-list">
<dt class="phpdocumentor-tag-list__entry">
<span class="phpdocumentor-tag__name">Throws</span>
</dt>
<dd class="phpdocumentor-tag-list__definition">
<span class="phpdocumentor-tag-link"><a href="classes/Ibexa-Contracts-ConnectorRaptor-Configuration-InvalidConfigurationExceptionInterface.html"><abbr title="\Ibexa\Contracts\ConnectorRaptor\Configuration\InvalidConfigurationExceptionInterface">InvalidConfigurationExceptionInterface</abbr></a></span>

</dd>
</dl>

<div class="content-header">
<h3 id="method_getCurrentCustomerId">
<img src="./images/public.svg" alt="public" title="public" />getCurrentCustomerId()
<a class="headerlink" href="classes/Ibexa-Contracts-ConnectorRaptor-Configuration-ProviderInterface.html#method_getCurrentCustomerId" title="Permanent link">¶</a>
Expand Down Expand Up @@ -522,6 +573,11 @@ <h4>Return values</h4>
<nav class="md-nav">
<ul class="md-nav__list">
<li class="md-nav__item level-2">
<a href="classes/Ibexa-Contracts-ConnectorRaptor-Configuration-ProviderInterface.html#method_getCookieIdLifetimeDays" title="getCookieIdLifetimeDays" class="md-nav__link">
getCookieIdLifetimeDays()
</a>
</li>
<li class="md-nav__item level-2">
<a href="classes/Ibexa-Contracts-ConnectorRaptor-Configuration-ProviderInterface.html#method_getCurrentCustomerId" title="getCurrentCustomerId" class="md-nav__link">
getCurrentCustomerId()
</a>
Expand Down
Loading
Loading