Skip to content

Commit

Permalink
v1.0.0-rc.1
Browse files Browse the repository at this point in the history
Feature save RC version
-Migration laravel 9
-Support for PHP 8
-Migration api-doc to phpdoc3
-Bugfixes, Rework, api-doc update
  • Loading branch information
alddesign committed Apr 9, 2023
1 parent 44e8a1e commit e5e5b13
Show file tree
Hide file tree
Showing 16 changed files with 247 additions and 213 deletions.
57 changes: 32 additions & 25 deletions api-doc/dev/classes/Alddesign-Crudkit-Classes-Lookup.html
Original file line number Diff line number Diff line change
Expand Up @@ -1312,7 +1312,7 @@ <h4 class="phpdocumentor-element__name" id="method___construct">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="Classes/Lookup.php"><a href="files/classes-lookup.html"><abbr title="Classes/Lookup.php">Lookup.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">62</span>
<span class="phpdocumentor-element-found-in__line">67</span>

</aside>

Expand Down Expand Up @@ -1357,7 +1357,14 @@ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
: <span class="phpdocumentor-signature__argument__return-type">string</span>
</dt>
<dd class="phpdocumentor-argument-list__definition">
<section class="phpdocumentor-description"><p>Defindes whats the value of the label (that is displayed)'lookup', 'lookup-all', 'const', 'count', 'sum'</p>
<section class="phpdocumentor-description"><p>Defines which value(s) the lookup should fetch from the related table´s column:</p>
<ul>
<li>'lookup': fetches the value of $tableFieldname from a single record: typically used when the filters result in a single record</li>
<li>'lookup-all': fetches the values of $tableFieldname from multiple records and glues them together with $lookupAllSeparator: typically used when the filters result in multiple records</li>
<li>'const': fetches a constant value defined by $value: makes sense if you dont want to show data from another table, but to crate some sort of link to it</li>
<li>'count': fetches records from the other table and counts them</li>
<li>'sum': fetches the values of $tableFieldname from multiple records sums them up: typically used when creating totals. Requires $tableFieldname to be a numeric field.</li>
</ul>
</section>

</dd>
Expand All @@ -1366,7 +1373,7 @@ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
: <span class="phpdocumentor-signature__argument__return-type">string</span>
</dt>
<dd class="phpdocumentor-argument-list__definition">
<section class="phpdocumentor-description"><p>The text of the label for the action</p>
<section class="phpdocumentor-description"><p>The text of the label for this Lookup</p>
</section>

</dd>
Expand Down Expand Up @@ -1450,7 +1457,7 @@ <h4 class="phpdocumentor-element__name" id="method_addFilterDefinitiona">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="Classes/Lookup.php"><a href="files/classes-lookup.html"><abbr title="Classes/Lookup.php">Lookup.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">312</span>
<span class="phpdocumentor-element-found-in__line">317</span>

</aside>

Expand Down Expand Up @@ -1494,7 +1501,7 @@ <h4 class="phpdocumentor-element__name" id="method_calculateLookup">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="Classes/Lookup.php"><a href="files/classes-lookup.html"><abbr title="Classes/Lookup.php">Lookup.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">95</span>
<span class="phpdocumentor-element-found-in__line">100</span>

</aside>

Expand Down Expand Up @@ -1547,7 +1554,7 @@ <h4 class="phpdocumentor-element__name" id="method_getDrillDownLink">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="Classes/Lookup.php"><a href="files/classes-lookup.html"><abbr title="Classes/Lookup.php">Lookup.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">169</span>
<span class="phpdocumentor-element-found-in__line">174</span>

</aside>

Expand Down Expand Up @@ -1592,7 +1599,7 @@ <h4 class="phpdocumentor-element__name" id="method_setBtnClass">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="Classes/Lookup.php"><a href="files/classes-lookup.html"><abbr title="Classes/Lookup.php">Lookup.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">245</span>
<span class="phpdocumentor-element-found-in__line">250</span>

</aside>

Expand Down Expand Up @@ -1651,7 +1658,7 @@ <h4 class="phpdocumentor-element__name" id="method_setCardPage">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="Classes/Lookup.php"><a href="files/classes-lookup.html"><abbr title="Classes/Lookup.php">Lookup.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">306</span>
<span class="phpdocumentor-element-found-in__line">311</span>

</aside>

Expand Down Expand Up @@ -1695,7 +1702,7 @@ <h4 class="phpdocumentor-element__name" id="method_setDrillDownLink">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="Classes/Lookup.php"><a href="files/classes-lookup.html"><abbr title="Classes/Lookup.php">Lookup.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">332</span>
<span class="phpdocumentor-element-found-in__line">337</span>

</aside>

Expand Down Expand Up @@ -1747,7 +1754,7 @@ <h4 class="phpdocumentor-element__name" id="method_setDrillDownTarget">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="Classes/Lookup.php"><a href="files/classes-lookup.html"><abbr title="Classes/Lookup.php">Lookup.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">324</span>
<span class="phpdocumentor-element-found-in__line">329</span>

</aside>

Expand Down Expand Up @@ -1791,7 +1798,7 @@ <h4 class="phpdocumentor-element__name" id="method_setEnabled">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="Classes/Lookup.php"><a href="files/classes-lookup.html"><abbr title="Classes/Lookup.php">Lookup.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">268</span>
<span class="phpdocumentor-element-found-in__line">273</span>

</aside>

Expand Down Expand Up @@ -1848,7 +1855,7 @@ <h4 class="phpdocumentor-element__name" id="method_setFaIcon">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="Classes/Lookup.php"><a href="files/classes-lookup.html"><abbr title="Classes/Lookup.php">Lookup.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">237</span>
<span class="phpdocumentor-element-found-in__line">242</span>

</aside>

Expand Down Expand Up @@ -1892,7 +1899,7 @@ <h4 class="phpdocumentor-element__name" id="method_setFieldname">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="Classes/Lookup.php"><a href="files/classes-lookup.html"><abbr title="Classes/Lookup.php">Lookup.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">260</span>
<span class="phpdocumentor-element-found-in__line">265</span>

</aside>

Expand Down Expand Up @@ -1936,7 +1943,7 @@ <h4 class="phpdocumentor-element__name" id="method_setLabel">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="Classes/Lookup.php"><a href="files/classes-lookup.html"><abbr title="Classes/Lookup.php">Lookup.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">213</span>
<span class="phpdocumentor-element-found-in__line">218</span>

</aside>

Expand Down Expand Up @@ -1980,7 +1987,7 @@ <h4 class="phpdocumentor-element__name" id="method_setLookupAllSeparator">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="Classes/Lookup.php"><a href="files/classes-lookup.html"><abbr title="Classes/Lookup.php">Lookup.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">338</span>
<span class="phpdocumentor-element-found-in__line">343</span>

</aside>

Expand Down Expand Up @@ -2024,7 +2031,7 @@ <h4 class="phpdocumentor-element__name" id="method_setOnCard">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="Classes/Lookup.php"><a href="files/classes-lookup.html"><abbr title="Classes/Lookup.php">Lookup.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">225</span>
<span class="phpdocumentor-element-found-in__line">230</span>

</aside>

Expand Down Expand Up @@ -2068,7 +2075,7 @@ <h4 class="phpdocumentor-element__name" id="method_setOnList">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="Classes/Lookup.php"><a href="files/classes-lookup.html"><abbr title="Classes/Lookup.php">Lookup.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">219</span>
<span class="phpdocumentor-element-found-in__line">224</span>

</aside>

Expand Down Expand Up @@ -2112,7 +2119,7 @@ <h4 class="phpdocumentor-element__name" id="method_setOnUpdate">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="Classes/Lookup.php"><a href="files/classes-lookup.html"><abbr title="Classes/Lookup.php">Lookup.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">231</span>
<span class="phpdocumentor-element-found-in__line">236</span>

</aside>

Expand Down Expand Up @@ -2156,7 +2163,7 @@ <h4 class="phpdocumentor-element__name" id="method_setPageId">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="Classes/Lookup.php"><a href="files/classes-lookup.html"><abbr title="Classes/Lookup.php">Lookup.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">300</span>
<span class="phpdocumentor-element-found-in__line">305</span>

</aside>

Expand Down Expand Up @@ -2200,7 +2207,7 @@ <h4 class="phpdocumentor-element__name" id="method_setPosition">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="Classes/Lookup.php"><a href="files/classes-lookup.html"><abbr title="Classes/Lookup.php">Lookup.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">294</span>
<span class="phpdocumentor-element-found-in__line">299</span>

</aside>

Expand Down Expand Up @@ -2244,7 +2251,7 @@ <h4 class="phpdocumentor-element__name" id="method_setTable">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="Classes/Lookup.php"><a href="files/classes-lookup.html"><abbr title="Classes/Lookup.php">Lookup.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">281</span>
<span class="phpdocumentor-element-found-in__line">286</span>

</aside>

Expand Down Expand Up @@ -2288,7 +2295,7 @@ <h4 class="phpdocumentor-element__name" id="method_setTableFieldname">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="Classes/Lookup.php"><a href="files/classes-lookup.html"><abbr title="Classes/Lookup.php">Lookup.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">287</span>
<span class="phpdocumentor-element-found-in__line">292</span>

</aside>

Expand Down Expand Up @@ -2332,7 +2339,7 @@ <h4 class="phpdocumentor-element__name" id="method_setValue">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="Classes/Lookup.php"><a href="files/classes-lookup.html"><abbr title="Classes/Lookup.php">Lookup.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">207</span>
<span class="phpdocumentor-element-found-in__line">212</span>

</aside>

Expand Down Expand Up @@ -2376,7 +2383,7 @@ <h4 class="phpdocumentor-element__name" id="method_setValueType">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="Classes/Lookup.php"><a href="files/classes-lookup.html"><abbr title="Classes/Lookup.php">Lookup.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">318</span>
<span class="phpdocumentor-element-found-in__line">323</span>

</aside>

Expand Down Expand Up @@ -2420,7 +2427,7 @@ <h4 class="phpdocumentor-element__name" id="method_setVisible">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="Classes/Lookup.php"><a href="files/classes-lookup.html"><abbr title="Classes/Lookup.php">Lookup.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">275</span>
<span class="phpdocumentor-element-found-in__line">280</span>

</aside>

Expand Down
Loading

0 comments on commit e5e5b13

Please sign in to comment.