Skip to content

Commit

Permalink
Updated API docs to c30ea71297c62988661213606cdea5a30416b058
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshyPHP committed Aug 3, 2024
1 parent d68150f commit c06f161
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 49 deletions.
4 changes: 1 addition & 3 deletions TextFormatter/api/doc-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2117,9 +2117,7 @@ <h2 id="letterA">A</h2>
<abbr title="s9e\TextFormatter\Plugins\MediaEmbed\Configurator\Collections\XmlFileDefinitionCollection">XmlFileDefinitionCollection</abbr>::getElementConfig</a>() &mdash; <em>Method in class <a href="s9e/TextFormatter/Plugins/MediaEmbed/Configurator/Collections/XmlFileDefinitionCollection.html"><abbr title="s9e\TextFormatter\Plugins\MediaEmbed\Configurator\Collections\XmlFileDefinitionCollection">XmlFileDefinitionCollection</abbr></a></em></dt>
<dd><p>Extract a site's config from its XML representation</p></dd><dt><a href="s9e/TextFormatter/Plugins/MediaEmbed/Configurator/Collections/XmlFileDefinitionCollection.html#method_getValueFromElement">
<abbr title="s9e\TextFormatter\Plugins\MediaEmbed\Configurator\Collections\XmlFileDefinitionCollection">XmlFileDefinitionCollection</abbr>::getValueFromElement</a>() &mdash; <em>Method in class <a href="s9e/TextFormatter/Plugins/MediaEmbed/Configurator/Collections/XmlFileDefinitionCollection.html"><abbr title="s9e\TextFormatter\Plugins\MediaEmbed\Configurator\Collections\XmlFileDefinitionCollection">XmlFileDefinitionCollection</abbr></a></em></dt>
<dd><p>Extract a value from given element</p></dd><dt><a href="s9e/TextFormatter/Plugins/MediaEmbed/Configurator/SiteHelpers/AbstractConfigurableHostHelper.html#method_getHostRegexp">
<abbr title="s9e\TextFormatter\Plugins\MediaEmbed\Configurator\SiteHelpers\AbstractConfigurableHostHelper">AbstractConfigurableHostHelper</abbr>::getHostRegexp</a>() &mdash; <em>Method in class <a href="s9e/TextFormatter/Plugins/MediaEmbed/Configurator/SiteHelpers/AbstractConfigurableHostHelper.html"><abbr title="s9e\TextFormatter\Plugins\MediaEmbed\Configurator\SiteHelpers\AbstractConfigurableHostHelper">AbstractConfigurableHostHelper</abbr></a></em></dt>
<dd><p>Generate a regexp that</p></dd><dt><a href="s9e/TextFormatter/Plugins/MediaEmbed/Configurator/SiteHelpers/AbstractConfigurableHostHelper.html#method_getSiteId">
<dd><p>Extract a value from given element</p></dd><dt><a href="s9e/TextFormatter/Plugins/MediaEmbed/Configurator/SiteHelpers/AbstractConfigurableHostHelper.html#method_getSiteId">
<abbr title="s9e\TextFormatter\Plugins\MediaEmbed\Configurator\SiteHelpers\AbstractConfigurableHostHelper">AbstractConfigurableHostHelper</abbr>::getSiteId</a>() &mdash; <em>Method in class <a href="s9e/TextFormatter/Plugins/MediaEmbed/Configurator/SiteHelpers/AbstractConfigurableHostHelper.html"><abbr title="s9e\TextFormatter\Plugins\MediaEmbed\Configurator\SiteHelpers\AbstractConfigurableHostHelper">AbstractConfigurableHostHelper</abbr></a></em></dt>
<dd></dd><dt><a href="s9e/TextFormatter/Plugins/MediaEmbed/Configurator/SiteHelpers/MastodonHelper.html#method_getSiteId">
<abbr title="s9e\TextFormatter\Plugins\MediaEmbed\Configurator\SiteHelpers\MastodonHelper">MastodonHelper</abbr>::getSiteId</a>() &mdash; <em>Method in class <a href="s9e/TextFormatter/Plugins/MediaEmbed/Configurator/SiteHelpers/MastodonHelper.html"><abbr title="s9e\TextFormatter\Plugins\MediaEmbed\Configurator\SiteHelpers\MastodonHelper">MastodonHelper</abbr></a></em></dt>
Expand Down
2 changes: 1 addition & 1 deletion TextFormatter/api/doctum-search.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion TextFormatter/api/renderer.index

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -133,16 +133,6 @@ <h2>Methods</h2>
<p class="no-description">No description</p>
</div>
<div class="col-md-2"></div>
</div>
<div class="row">
<div class="col-md-2 type">
string
</div>
<div class="col-md-8">
<a href="#method_getHostRegexp">getHostRegexp</a>()

<p><p>Generate a regexp that</p></p> </div>
<div class="col-md-2"></div>
</div>
<div class="row">
<div class="col-md-2 type">
Expand Down Expand Up @@ -289,45 +279,13 @@ <h4>Return Value</h4>



</div>
</div>

</div>
<div class="method-item">
<h3 id="method_getHostRegexp">
<div class="location">at line 37</div>
<code> string
<strong>getHostRegexp</strong>()
</code>
</h3>
<div class="details">



<div class="method-description">
<p><p>Generate a regexp that</p></p>
</div>
<div class="tags">

<h4>Return Value</h4>

<table class="table table-condensed">
<tr>
<td>string</td>
<td></td>
</tr>
</table>




</div>
</div>

</div>
<div class="method-item">
<h3 id="method_getSiteId">
<div class="location">at line 41</div>
<div class="location">at line 34</div>
<code> abstract protected string
<strong>getSiteId</strong>()
</code>
Expand Down Expand Up @@ -360,7 +318,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_setHosts">
<div class="location">at line 43</div>
<div class="location">at line 36</div>
<code> void
<strong>setHosts</strong>(array $hosts)
</code>
Expand Down

0 comments on commit c06f161

Please sign in to comment.