Skip to content

Commit

Permalink
Deploy docs from 3e4e0c5
Browse files Browse the repository at this point in the history
Tom Udding: Merge pull request #1885 from tomudding/fix/google-not-being-nice

feat: better language-aware link management

Co-authored-by: tomudding <[email protected]>
  • Loading branch information
github-actions[bot] and tomudding committed Aug 7, 2024
1 parent 011267f commit d89c13a
Showing 1 changed file with 21 additions and 5 deletions.
26 changes: 21 additions & 5 deletions classes/Application-View-Helper-HrefLang.html
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ <h2 class="phpdocumentor-content__title">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="module/Application/src/View/Helper/HrefLang.php"><a href="files/module-application-src-view-helper-hreflang.html"><abbr title="module/Application/src/View/Helper/HrefLang.php">HrefLang.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">16</span>
<span class="phpdocumentor-element-found-in__line">18</span>

</aside>

Expand Down Expand Up @@ -493,15 +493,15 @@ <h4 class="phpdocumentor-element__name" id="method_setHrefLang">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="module/Application/src/View/Helper/HrefLang.php"><a href="files/module-application-src-view-helper-hreflang.html"><abbr title="module/Application/src/View/Helper/HrefLang.php">HrefLang.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">23</span>
<span class="phpdocumentor-element-found-in__line">27</span>

</aside>

<p class="phpdocumentor-summary">Set a specific `hreflang`.</p>

<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">public</span>
<span class="phpdocumentor-signature__name">setHrefLang</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type"><a href="classes/Application-Model-Enums-Languages.html"><abbr title="\Application\Model\Enums\Languages">Languages</abbr></a>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$language</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$url</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">$this</span></code>
<span class="phpdocumentor-signature__name">setHrefLang</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type"><a href="classes/Application-Model-Enums-Languages.html"><abbr title="\Application\Model\Enums\Languages">Languages</abbr></a>|string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$language</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$url</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">$this</span></code>

<div class="phpdocumentor-label-line">
</div>
Expand All @@ -511,7 +511,7 @@ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
<dl class="phpdocumentor-argument-list">
<dt class="phpdocumentor-argument-list__entry">
<span class="phpdocumentor-signature__argument__name">$language</span>
: <span class="phpdocumentor-signature__argument__return-type"><a href="classes/Application-Model-Enums-Languages.html"><abbr title="\Application\Model\Enums\Languages">Languages</abbr></a></span>
: <span class="phpdocumentor-signature__argument__return-type"><a href="classes/Application-Model-Enums-Languages.html"><abbr title="\Application\Model\Enums\Languages">Languages</abbr></a>|string</span>
</dt>
<dd class="phpdocumentor-argument-list__definition">

Expand All @@ -526,6 +526,22 @@ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
</dl>


<h5 class="phpdocumentor-tag-list__heading" id="tags">
Tags
<a href="classes/Application-View-Helper-HrefLang.html#method_setHrefLang#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">psalm-param</span>
</dt>
<dd class="phpdocumentor-tag-list__definition">

<section class="phpdocumentor-description"><p>Languages|'x-default' $language</p>
</section>

</dd>
</dl>



Expand All @@ -549,7 +565,7 @@ <h4 class="phpdocumentor-element__name" id="method_toString">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="module/Application/src/View/Helper/HrefLang.php"><a href="files/module-application-src-view-helper-hreflang.html"><abbr title="module/Application/src/View/Helper/HrefLang.php">HrefLang.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">34</span>
<span class="phpdocumentor-element-found-in__line">49</span>

</aside>

Expand Down

0 comments on commit d89c13a

Please sign in to comment.