Skip to content

Commit

Permalink
Automatic documentation generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions Workflow committed Sep 26, 2024
1 parent bc67da7 commit 165e987
Show file tree
Hide file tree
Showing 85 changed files with 2,732 additions and 1,502 deletions.
139 changes: 80 additions & 59 deletions classes/rdfHelpers-DatasetGettersTrait.html

Large diffs are not rendered by default.

52 changes: 36 additions & 16 deletions classes/rdfHelpers-DefaultGraph.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h1 class="phpdocumentor-title"><a href="" class="phpdocumentor-title__link">Doc
Menu
</label>
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
<section class="phpdocumentor-sidebar__category">
<section class="phpdocumentor-sidebar__category -namespaces">
<h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
<h4 class="phpdocumentor-sidebar__root-namespace">
<a href="namespaces/simplerdf.html" class="">simpleRdf</a>
Expand All @@ -69,22 +69,22 @@ <h4 class="phpdocumentor-sidebar__root-namespace">
</h4>

</section>
<section class="phpdocumentor-sidebar__category">
<section class="phpdocumentor-sidebar__category -packages">
<h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
<h4 class="phpdocumentor-sidebar__root-namespace">
<a href="packages/Application.html" class="">Application</a>
</h4>

</section>

<section class="phpdocumentor-sidebar__category">
<section class="phpdocumentor-sidebar__category -reports">
<h2 class="phpdocumentor-sidebar__category-header">Reports</h2>
<h3 class="phpdocumentor-sidebar__root-package"><a href="reports/deprecated.html">Deprecated</a></h3>
<h3 class="phpdocumentor-sidebar__root-package"><a href="reports/errors.html">Errors</a></h3>
<h3 class="phpdocumentor-sidebar__root-package"><a href="reports/markers.html">Markers</a></h3>
</section>

<section class="phpdocumentor-sidebar__category">
<section class="phpdocumentor-sidebar__category -indices">
<h2 class="phpdocumentor-sidebar__category-header">Indices</h2>
<h3 class="phpdocumentor-sidebar__root-package"><a href="indices/files.html">Files</a></h3>
</section>
Expand Down Expand Up @@ -130,6 +130,7 @@ <h2 class="phpdocumentor-content__title">




<h5 class="phpdocumentor-tag-list__heading" id="tags">
Tags
<a href="classes/rdfHelpers-DefaultGraph.html#tags" class="headerlink"><i class="fas fa-link"></i></a>
Expand All @@ -149,6 +150,8 @@ <h5 class="phpdocumentor-tag-list__heading" id="tags">





<h3 id="toc">
Table of Contents
<a href="classes/rdfHelpers-DefaultGraph.html#toc" class="headerlink"><i class="fas fa-link"></i></a>
Expand Down Expand Up @@ -178,25 +181,26 @@ <h4 id="toc-methods">
</h4>
<dl class="phpdocumentor-table-of-contents">
<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a href="classes/rdfHelpers-DefaultGraph.html#method___construct">__construct()</a>
<a class="" href="classes/rdfHelpers-DefaultGraph.html#method___construct">__construct()</a>
<span>
&nbsp;: mixed </span>
</dt>

<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a href="classes/rdfHelpers-DefaultGraph.html#method___toString">__toString()</a>
<a class="" href="classes/rdfHelpers-DefaultGraph.html#method___toString">__toString()</a>
<span>
&nbsp;: string </span>
</dt>
<dd>Should return:</dd>

<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a href="classes/rdfHelpers-DefaultGraph.html#method_equals">equals()</a>
<a class="" href="classes/rdfHelpers-DefaultGraph.html#method_equals">equals()</a>
<span>
&nbsp;: bool </span>
</dt>

<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a href="classes/rdfHelpers-DefaultGraph.html#method_getValue">getValue()</a>
<a class="" href="classes/rdfHelpers-DefaultGraph.html#method_getValue">getValue()</a>
<span>
&nbsp;: int|float|string|bool|<abbr title="\Stringable">Stringable</abbr> </span>
</dt>
Expand All @@ -205,9 +209,6 @@ <h4 id="toc-methods">









Expand Down Expand Up @@ -246,6 +247,9 @@ <h4 class="phpdocumentor-element__name" id="method___construct">








</article>
Expand All @@ -267,17 +271,27 @@ <h4 class="phpdocumentor-element__name" id="method___toString">

</aside>


<p class="phpdocumentor-summary">Should return:</p>

<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">public</span>
<span class="phpdocumentor-signature__name">__toString</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">string</span></code>

<div class="phpdocumentor-label-line">
</div>

<section class="phpdocumentor-description"><ul>
<li>an URI for named nodes and blank nodes</li>
<li>a value in lexical form for literals</li>
</ul>
<p>For all other kind of terms the return value depends on the implementation</p>
</section>






<section>
<h5 class="phpdocumentor-return-value__heading">Return values</h5>
<span class="phpdocumentor-signature__response_type">string</span>
Expand Down Expand Up @@ -310,6 +324,7 @@ <h4 class="phpdocumentor-element__name" id="method_equals">
<div class="phpdocumentor-label-line">
</div>


<h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
<dl class="phpdocumentor-argument-list">
<dt class="phpdocumentor-argument-list__entry">
Expand All @@ -323,6 +338,8 @@ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>





<section>
<h5 class="phpdocumentor-return-value__heading">Return values</h5>
<span class="phpdocumentor-signature__response_type">bool</span>
Expand Down Expand Up @@ -357,6 +374,9 @@ <h4 class="phpdocumentor-element__name" id="method_getValue">







<section>
<h5 class="phpdocumentor-return-value__heading">Return values</h5>
Expand Down Expand Up @@ -477,10 +497,10 @@ <h5 class="phpdocumentor-return-value__heading">Return values</h5>
<li class="phpdocumentor-on-this-page-section__title">Methods</li>
<li>
<ul class="phpdocumentor-list -clean">
<li><a href="classes/rdfHelpers-DefaultGraph.html#method___construct">__construct()</a></li>
<li><a href="classes/rdfHelpers-DefaultGraph.html#method___toString">__toString()</a></li>
<li><a href="classes/rdfHelpers-DefaultGraph.html#method_equals">equals()</a></li>
<li><a href="classes/rdfHelpers-DefaultGraph.html#method_getValue">getValue()</a></li>
<li class=""><a href="classes/rdfHelpers-DefaultGraph.html#method___construct">__construct()</a></li>
<li class=""><a href="classes/rdfHelpers-DefaultGraph.html#method___toString">__toString()</a></li>
<li class=""><a href="classes/rdfHelpers-DefaultGraph.html#method_equals">equals()</a></li>
<li class=""><a href="classes/rdfHelpers-DefaultGraph.html#method_getValue">getValue()</a></li>
</ul>
</li>
</ul>
Expand Down
63 changes: 42 additions & 21 deletions classes/rdfHelpers-GenericQuadIterator.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h1 class="phpdocumentor-title"><a href="" class="phpdocumentor-title__link">Doc
Menu
</label>
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
<section class="phpdocumentor-sidebar__category">
<section class="phpdocumentor-sidebar__category -namespaces">
<h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
<h4 class="phpdocumentor-sidebar__root-namespace">
<a href="namespaces/simplerdf.html" class="">simpleRdf</a>
Expand All @@ -69,22 +69,22 @@ <h4 class="phpdocumentor-sidebar__root-namespace">
</h4>

</section>
<section class="phpdocumentor-sidebar__category">
<section class="phpdocumentor-sidebar__category -packages">
<h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
<h4 class="phpdocumentor-sidebar__root-namespace">
<a href="packages/Application.html" class="">Application</a>
</h4>

</section>

<section class="phpdocumentor-sidebar__category">
<section class="phpdocumentor-sidebar__category -reports">
<h2 class="phpdocumentor-sidebar__category-header">Reports</h2>
<h3 class="phpdocumentor-sidebar__root-package"><a href="reports/deprecated.html">Deprecated</a></h3>
<h3 class="phpdocumentor-sidebar__root-package"><a href="reports/errors.html">Errors</a></h3>
<h3 class="phpdocumentor-sidebar__root-package"><a href="reports/markers.html">Markers</a></h3>
</section>

<section class="phpdocumentor-sidebar__category">
<section class="phpdocumentor-sidebar__category -indices">
<h2 class="phpdocumentor-sidebar__category-header">Indices</h2>
<h3 class="phpdocumentor-sidebar__root-package"><a href="indices/files.html">Files</a></h3>
</section>
Expand Down Expand Up @@ -131,6 +131,7 @@ <h2 class="phpdocumentor-content__title">




<h5 class="phpdocumentor-tag-list__heading" id="tags">
Tags
<a href="classes/rdfHelpers-GenericQuadIterator.html#tags" class="headerlink"><i class="fas fa-link"></i></a>
Expand All @@ -150,6 +151,8 @@ <h5 class="phpdocumentor-tag-list__heading" id="tags">





<h3 id="toc">
Table of Contents
<a href="classes/rdfHelpers-GenericQuadIterator.html#toc" class="headerlink"><i class="fas fa-link"></i></a>
Expand Down Expand Up @@ -178,7 +181,7 @@ <h4 id="toc-properties">
</h4>
<dl class="phpdocumentor-table-of-contents">
<dt class="phpdocumentor-table-of-contents__entry -property -private">
<a href="classes/rdfHelpers-GenericQuadIterator.html#property_iter">$iter</a>
<a class="" href="classes/rdfHelpers-GenericQuadIterator.html#property_iter">$iter</a>
<span>
&nbsp;: <abbr title="\Iterator">Iterator</abbr>&lt;string|int, <a href="classes/rdfInterface-QuadInterface.html"><abbr title="\rdfInterface\QuadInterface">QuadInterface</abbr></a>&gt; </span>
</dt>
Expand All @@ -192,37 +195,37 @@ <h4 id="toc-methods">
</h4>
<dl class="phpdocumentor-table-of-contents">
<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a href="classes/rdfHelpers-GenericQuadIterator.html#method___construct">__construct()</a>
<a class="" href="classes/rdfHelpers-GenericQuadIterator.html#method___construct">__construct()</a>
<span>
&nbsp;: mixed </span>
</dt>

<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a href="classes/rdfHelpers-GenericQuadIterator.html#method_current">current()</a>
<a class="" href="classes/rdfHelpers-GenericQuadIterator.html#method_current">current()</a>
<span>
&nbsp;: <a href="classes/rdfInterface-QuadInterface.html"><abbr title="\rdfInterface\QuadInterface">QuadInterface</abbr></a>|null </span>
</dt>

<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a href="classes/rdfHelpers-GenericQuadIterator.html#method_key">key()</a>
<a class="" href="classes/rdfHelpers-GenericQuadIterator.html#method_key">key()</a>
<span>
&nbsp;: mixed </span>
</dt>

<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a href="classes/rdfHelpers-GenericQuadIterator.html#method_next">next()</a>
<a class="" href="classes/rdfHelpers-GenericQuadIterator.html#method_next">next()</a>
<span>
&nbsp;: void </span>
</dt>

<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a href="classes/rdfHelpers-GenericQuadIterator.html#method_rewind">rewind()</a>
<a class="" href="classes/rdfHelpers-GenericQuadIterator.html#method_rewind">rewind()</a>
<span>
&nbsp;: void </span>
</dt>

<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a href="classes/rdfHelpers-GenericQuadIterator.html#method_valid">valid()</a>
<a class="" href="classes/rdfHelpers-GenericQuadIterator.html#method_valid">valid()</a>
<span>
&nbsp;: bool </span>
</dt>
Expand All @@ -231,9 +234,6 @@ <h4 id="toc-methods">









Expand Down Expand Up @@ -265,6 +265,7 @@ <h4 class="phpdocumentor-element__name" id="property_iter">
</aside>



<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">private</span>
<span class="phpdocumentor-signature__type"><abbr title="\Iterator">Iterator</abbr>&lt;string|int, <a href="classes/rdfInterface-QuadInterface.html"><abbr title="\rdfInterface\QuadInterface">QuadInterface</abbr></a>&gt;</span>
Expand All @@ -275,6 +276,8 @@ <h4 class="phpdocumentor-element__name" id="property_iter">





</article>
</section>

Expand Down Expand Up @@ -310,6 +313,7 @@ <h4 class="phpdocumentor-element__name" id="method___construct">
<div class="phpdocumentor-label-line">
</div>


<h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
<dl class="phpdocumentor-argument-list">
<dt class="phpdocumentor-argument-list__entry">
Expand All @@ -324,6 +328,8 @@ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>





</article>
<article
class="phpdocumentor-element
Expand Down Expand Up @@ -353,6 +359,9 @@ <h4 class="phpdocumentor-element__name" id="method_current">







<section>
<h5 class="phpdocumentor-return-value__heading">Return values</h5>
Expand Down Expand Up @@ -388,6 +397,9 @@ <h4 class="phpdocumentor-element__name" id="method_key">








</article>
Expand Down Expand Up @@ -419,6 +431,9 @@ <h4 class="phpdocumentor-element__name" id="method_next">








</article>
Expand Down Expand Up @@ -450,6 +465,9 @@ <h4 class="phpdocumentor-element__name" id="method_rewind">








</article>
Expand Down Expand Up @@ -481,6 +499,9 @@ <h4 class="phpdocumentor-element__name" id="method_valid">







<section>
<h5 class="phpdocumentor-return-value__heading">Return values</h5>
Expand Down Expand Up @@ -601,19 +622,19 @@ <h5 class="phpdocumentor-return-value__heading">Return values</h5>
<li class="phpdocumentor-on-this-page-section__title">Properties</li>
<li>
<ul class="phpdocumentor-list -clean">
<li><a href="classes/rdfHelpers-GenericQuadIterator.html#property_iter">$iter<a href="classes/rdfHelpers-GenericQuadIterator.html"></li>
<li class=""><a href="classes/rdfHelpers-GenericQuadIterator.html#property_iter">$iter</a></li>
</ul>
</li>

<li class="phpdocumentor-on-this-page-section__title">Methods</li>
<li>
<ul class="phpdocumentor-list -clean">
<li><a href="classes/rdfHelpers-GenericQuadIterator.html#method___construct">__construct()</a></li>
<li><a href="classes/rdfHelpers-GenericQuadIterator.html#method_current">current()</a></li>
<li><a href="classes/rdfHelpers-GenericQuadIterator.html#method_key">key()</a></li>
<li><a href="classes/rdfHelpers-GenericQuadIterator.html#method_next">next()</a></li>
<li><a href="classes/rdfHelpers-GenericQuadIterator.html#method_rewind">rewind()</a></li>
<li><a href="classes/rdfHelpers-GenericQuadIterator.html#method_valid">valid()</a></li>
<li class=""><a href="classes/rdfHelpers-GenericQuadIterator.html#method___construct">__construct()</a></li>
<li class=""><a href="classes/rdfHelpers-GenericQuadIterator.html#method_current">current()</a></li>
<li class=""><a href="classes/rdfHelpers-GenericQuadIterator.html#method_key">key()</a></li>
<li class=""><a href="classes/rdfHelpers-GenericQuadIterator.html#method_next">next()</a></li>
<li class=""><a href="classes/rdfHelpers-GenericQuadIterator.html#method_rewind">rewind()</a></li>
<li class=""><a href="classes/rdfHelpers-GenericQuadIterator.html#method_valid">valid()</a></li>
</ul>
</li>
</ul>
Expand Down
Loading

0 comments on commit 165e987

Please sign in to comment.