Skip to content

Commit

Permalink
Deploy docs from c17c980
Browse files Browse the repository at this point in the history
Tom Udding: Merge pull request #1727 from JortvD/feature/education-similar

Add similar courses in course page

Co-authored-by: tomudding <[email protected]>
  • Loading branch information
github-actions[bot] and tomudding committed Oct 6, 2023
1 parent bc2506f commit c753288
Show file tree
Hide file tree
Showing 12 changed files with 964 additions and 424 deletions.
58 changes: 29 additions & 29 deletions classes/Education-Controller-AdminController.html
Original file line number Diff line number Diff line change
Expand Up @@ -452,15 +452,15 @@ <h4 id="toc-properties">
</dt>

<dt class="phpdocumentor-table-of-contents__entry -property -private">
<a href="classes/Education-Controller-AdminController.html#property_educationTempConfig">$educationTempConfig</a>
<a href="classes/Education-Controller-AdminController.html#property_courseService">$courseService</a>
<span>
&nbsp;: array&lt;string|int, mixed&gt; </span>
&nbsp;: <a href="classes/Education-Service-Course.html"><abbr title="\Education\Service\Course">Course</abbr></a> </span>
</dt>

<dt class="phpdocumentor-table-of-contents__entry -property -private">
<a href="classes/Education-Controller-AdminController.html#property_examService">$examService</a>
<a href="classes/Education-Controller-AdminController.html#property_educationTempConfig">$educationTempConfig</a>
<span>
&nbsp;: <a href="classes/Education-Service-Exam.html"><abbr title="\Education\Service\Exam">Exam</abbr></a> </span>
&nbsp;: array&lt;string|int, mixed&gt; </span>
</dt>

<dt class="phpdocumentor-table-of-contents__entry -property -private">
Expand Down Expand Up @@ -617,25 +617,25 @@ <h4 class="phpdocumentor-element__name" id="property_aclService">
-private
-read-only "
>
<h4 class="phpdocumentor-element__name" id="property_educationTempConfig">
$educationTempConfig
<a href="classes/Education-Controller-AdminController.html#property_educationTempConfig" class="headerlink"><i class="fas fa-link"></i></a>
<h4 class="phpdocumentor-element__name" id="property_courseService">
$courseService
<a href="classes/Education-Controller-AdminController.html#property_courseService" class="headerlink"><i class="fas fa-link"></i></a>

<span class="phpdocumentor-element__modifiers">
<small class="phpdocumentor-element__modifier">read-only</small> </span>
</h4>
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="module/Education/src/Controller/AdminController.php"><a href="files/module-education-src-controller-admincontroller.html"><abbr title="module/Education/src/Controller/AdminController.php">AdminController.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">33</span>
<span class="phpdocumentor-element-found-in__line">32</span>

</aside>


<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">private</span>
<span class="phpdocumentor-signature__type">array&lt;string|int, mixed&gt;</span>
<span class="phpdocumentor-signature__name">$educationTempConfig</span>
<span class="phpdocumentor-signature__type"><a href="classes/Education-Service-Course.html"><abbr title="\Education\Service\Course">Course</abbr></a></span>
<span class="phpdocumentor-signature__name">$courseService</span>
</code>


Expand All @@ -650,25 +650,25 @@ <h4 class="phpdocumentor-element__name" id="property_educationTempConfig">
-private
-read-only "
>
<h4 class="phpdocumentor-element__name" id="property_examService">
$examService
<a href="classes/Education-Controller-AdminController.html#property_examService" class="headerlink"><i class="fas fa-link"></i></a>
<h4 class="phpdocumentor-element__name" id="property_educationTempConfig">
$educationTempConfig
<a href="classes/Education-Controller-AdminController.html#property_educationTempConfig" class="headerlink"><i class="fas fa-link"></i></a>

<span class="phpdocumentor-element__modifiers">
<small class="phpdocumentor-element__modifier">read-only</small> </span>
</h4>
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="module/Education/src/Controller/AdminController.php"><a href="files/module-education-src-controller-admincontroller.html"><abbr title="module/Education/src/Controller/AdminController.php">AdminController.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">32</span>
<span class="phpdocumentor-element-found-in__line">33</span>

</aside>


<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">private</span>
<span class="phpdocumentor-signature__type"><a href="classes/Education-Service-Exam.html"><abbr title="\Education\Service\Exam">Exam</abbr></a></span>
<span class="phpdocumentor-signature__name">$examService</span>
<span class="phpdocumentor-signature__type">array&lt;string|int, mixed&gt;</span>
<span class="phpdocumentor-signature__name">$educationTempConfig</span>
</code>


Expand Down Expand Up @@ -738,7 +738,7 @@ <h4 class="phpdocumentor-element__name" id="method___construct">

<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">public</span>
<span class="phpdocumentor-signature__name">__construct</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type"><a href="classes/Education-Service-AclService.html"><abbr title="\Education\Service\AclService">AclService</abbr></a>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$aclService</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type"><abbr title="\Laminas\Mvc\I18n\Translator">Translator</abbr>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$translator</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type"><a href="classes/Education-Service-Exam.html"><abbr title="\Education\Service\Exam">Exam</abbr></a>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$examService</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;&nbsp;</span><span class="phpdocumentor-signature__argument__name">$educationTempConfig</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code>
<span class="phpdocumentor-signature__name">__construct</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type"><a href="classes/Education-Service-AclService.html"><abbr title="\Education\Service\AclService">AclService</abbr></a>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$aclService</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type"><abbr title="\Laminas\Mvc\I18n\Translator">Translator</abbr>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$translator</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type"><a href="classes/Education-Service-Course.html"><abbr title="\Education\Service\Course">Course</abbr></a>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$courseService</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;&nbsp;</span><span class="phpdocumentor-signature__argument__name">$educationTempConfig</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code>

<div class="phpdocumentor-label-line">
</div>
Expand All @@ -760,8 +760,8 @@ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>

</dd>
<dt class="phpdocumentor-argument-list__entry">
<span class="phpdocumentor-signature__argument__name">$examService</span>
: <span class="phpdocumentor-signature__argument__return-type"><a href="classes/Education-Service-Exam.html"><abbr title="\Education\Service\Exam">Exam</abbr></a></span>
<span class="phpdocumentor-signature__argument__name">$courseService</span>
: <span class="phpdocumentor-signature__argument__return-type"><a href="classes/Education-Service-Course.html"><abbr title="\Education\Service\Course">Course</abbr></a></span>
</dt>
<dd class="phpdocumentor-argument-list__definition">

Expand Down Expand Up @@ -844,7 +844,7 @@ <h4 class="phpdocumentor-element__name" id="method_bulkExamAction">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="module/Education/src/Controller/AdminController.php"><a href="files/module-education-src-controller-admincontroller.html"><abbr title="module/Education/src/Controller/AdminController.php">AdminController.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">210</span>
<span class="phpdocumentor-element-found-in__line">202</span>

</aside>

Expand Down Expand Up @@ -879,7 +879,7 @@ <h4 class="phpdocumentor-element__name" id="method_bulkSummaryAction">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="module/Education/src/Controller/AdminController.php"><a href="files/module-education-src-controller-admincontroller.html"><abbr title="module/Education/src/Controller/AdminController.php">AdminController.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">241</span>
<span class="phpdocumentor-element-found-in__line">233</span>

</aside>

Expand Down Expand Up @@ -949,7 +949,7 @@ <h4 class="phpdocumentor-element__name" id="method_courseDocumentsAction">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="module/Education/src/Controller/AdminController.php"><a href="files/module-education-src-controller-admincontroller.html"><abbr title="module/Education/src/Controller/AdminController.php">AdminController.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">159</span>
<span class="phpdocumentor-element-found-in__line">151</span>

</aside>

Expand Down Expand Up @@ -984,7 +984,7 @@ <h4 class="phpdocumentor-element__name" id="method_deleteCourseAction">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="module/Education/src/Controller/AdminController.php"><a href="files/module-education-src-controller-admincontroller.html"><abbr title="module/Education/src/Controller/AdminController.php">AdminController.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">137</span>
<span class="phpdocumentor-element-found-in__line">129</span>

</aside>

Expand Down Expand Up @@ -1019,7 +1019,7 @@ <h4 class="phpdocumentor-element__name" id="method_deleteCourseDocumentAction">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="module/Education/src/Controller/AdminController.php"><a href="files/module-education-src-controller-admincontroller.html"><abbr title="module/Education/src/Controller/AdminController.php">AdminController.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">179</span>
<span class="phpdocumentor-element-found-in__line">171</span>

</aside>

Expand Down Expand Up @@ -1054,7 +1054,7 @@ <h4 class="phpdocumentor-element__name" id="method_deleteTempAction">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="module/Education/src/Controller/AdminController.php"><a href="files/module-education-src-controller-admincontroller.html"><abbr title="module/Education/src/Controller/AdminController.php">AdminController.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">329</span>
<span class="phpdocumentor-element-found-in__line">321</span>

</aside>

Expand Down Expand Up @@ -1089,7 +1089,7 @@ <h4 class="phpdocumentor-element__name" id="method_editCourseAction">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="module/Education/src/Controller/AdminController.php"><a href="files/module-education-src-controller-admincontroller.html"><abbr title="module/Education/src/Controller/AdminController.php">AdminController.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">95</span>
<span class="phpdocumentor-element-found-in__line">93</span>

</aside>

Expand Down Expand Up @@ -1124,7 +1124,7 @@ <h4 class="phpdocumentor-element__name" id="method_editExamAction">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="module/Education/src/Controller/AdminController.php"><a href="files/module-education-src-controller-admincontroller.html"><abbr title="module/Education/src/Controller/AdminController.php">AdminController.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">275</span>
<span class="phpdocumentor-element-found-in__line">267</span>

</aside>

Expand Down Expand Up @@ -1160,7 +1160,7 @@ <h4 class="phpdocumentor-element__name" id="method_editSummaryAction">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="module/Education/src/Controller/AdminController.php"><a href="files/module-education-src-controller-admincontroller.html"><abbr title="module/Education/src/Controller/AdminController.php">AdminController.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">306</span>
<span class="phpdocumentor-element-found-in__line">298</span>

</aside>

Expand Down Expand Up @@ -1366,8 +1366,8 @@ <h5 class="phpdocumentor-return-value__heading">Return values</h5>
<li>
<ul class="phpdocumentor-list -clean">
<li><a href="classes/Education-Controller-AdminController.html#property_aclService">$aclService<a href="classes/Education-Controller-AdminController.html"></li>
<li><a href="classes/Education-Controller-AdminController.html#property_courseService">$courseService<a href="classes/Education-Controller-AdminController.html"></li>
<li><a href="classes/Education-Controller-AdminController.html#property_educationTempConfig">$educationTempConfig<a href="classes/Education-Controller-AdminController.html"></li>
<li><a href="classes/Education-Controller-AdminController.html#property_examService">$examService<a href="classes/Education-Controller-AdminController.html"></li>
<li><a href="classes/Education-Controller-AdminController.html#property_translator">$translator<a href="classes/Education-Controller-AdminController.html"></li>
</ul>
</li>
Expand Down
Loading

0 comments on commit c753288

Please sign in to comment.