Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
27pchrisl committed Apr 18, 2021
1 parent acca0bd commit f7c2760
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 2 deletions.
45 changes: 43 additions & 2 deletions docs/classes/Flat3-Lodata-Facades-Lodata.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ <h2 class="phpdocumentor-content__title">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Facades/Lodata.php"><a href="files/src-facades-lodata.html"><abbr title="src/Facades/Lodata.php">Lodata.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">46</span>
<span class="phpdocumentor-element-found-in__line">47</span>
</aside>

<p class="phpdocumentor-summary">Lodata</p>
Expand Down Expand Up @@ -208,6 +208,13 @@ <h3 id="toc">
<span>
&nbsp;: <a href=""><abbr title=""></abbr></a> </span>
</dt>
<dd></dd>

<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a href="classes/Flat3-Lodata-Facades-Lodata.html#method_getOpenApiUrl">getOpenApiUrl()</a>
<span>
&nbsp;: <a href=""><abbr title=""></abbr></a> </span>
</dt>
<dd></dd>

<dt class="phpdocumentor-table-of-contents__entry -method -public">
Expand Down Expand Up @@ -794,6 +801,40 @@ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>



<h5 class="phpdocumentor-return-value__heading">Return values</h5>
<span class="phpdocumentor-signature__response_type"><a href=""><abbr title=""></abbr></a></span>
&mdash;
<section class="phpdocumentor-description"></section>


</article>
<article
class="phpdocumentor-element
-method
-public
-static "
>
<h4 class="phpdocumentor-element__name" id="method_getOpenApiUrl">
getOpenApiUrl()
<a href="classes/Flat3-Lodata-Facades-Lodata.html#method_getOpenApiUrl" class="headerlink"><i class="fas fa-link"></i></a>
</h4>
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Facades/Lodata.php"><a href="files/src-facades-lodata.html"><abbr title="src/Facades/Lodata.php">Lodata.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">0</span>
</aside>


<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">public</span>
<span class="phpdocumentor-signature__static">static</span> <span class="phpdocumentor-signature__name">getOpenApiUrl</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type"><a href=""><abbr title=""></abbr></a></span></code>

<section class="phpdocumentor-description"><p>Get the OpenAPI specification document URL of this service</p>
</section>




<h5 class="phpdocumentor-return-value__heading">Return values</h5>
<span class="phpdocumentor-signature__response_type"><a href=""><abbr title=""></abbr></a></span>
&mdash;
Expand Down Expand Up @@ -1082,7 +1123,7 @@ <h4 class="phpdocumentor-element__name" id="method_getFacadeAccessor">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Facades/Lodata.php"><a href="files/src-facades-lodata.html"><abbr title="src/Facades/Lodata.php">Lodata.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">48</span>
<span class="phpdocumentor-element-found-in__line">49</span>
</aside>


Expand Down
41 changes: 41 additions & 0 deletions docs/classes/Flat3-Lodata-Model.html
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,13 @@ <h3 id="toc">
</dt>
<dd>Get the Office Data Connection URL of the provided entity set</dd>

<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a href="classes/Flat3-Lodata-Model.html#method_getOpenApiUrl">getOpenApiUrl()</a>
<span>
&nbsp;: string </span>
</dt>
<dd>Get the OpenAPI specification document URL of this service</dd>

<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a href="classes/Flat3-Lodata-Model.html#method_getOperation">getOperation()</a>
<span>
Expand Down Expand Up @@ -951,6 +958,40 @@ <h5 class="phpdocumentor-return-value__heading">Return values</h5>
</section>


</article>
<article
class="phpdocumentor-element
-method
-public
"
>
<h4 class="phpdocumentor-element__name" id="method_getOpenApiUrl">
getOpenApiUrl()
<a href="classes/Flat3-Lodata-Model.html#method_getOpenApiUrl" class="headerlink"><i class="fas fa-link"></i></a>
</h4>
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Model.php"><a href="files/src-model.html"><abbr title="src/Model.php">Model.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">269</span>
</aside>

<p class="phpdocumentor-summary">Get the OpenAPI specification document URL of this service</p>

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

<section class="phpdocumentor-description"></section>




<h5 class="phpdocumentor-return-value__heading">Return values</h5>
<span class="phpdocumentor-signature__response_type">string</span>
&mdash;
<section class="phpdocumentor-description"></section>


</article>
<article
class="phpdocumentor-element
Expand Down
5 changes: 5 additions & 0 deletions docs/js/searchIndex.js
Original file line number Diff line number Diff line change
Expand Up @@ -5550,6 +5550,11 @@ Search.appendIndex(
"name": "getOdcUrl",
"summary": "Get\u0020the\u0020Office\u0020Data\u0020Connection\u0020URL\u0020of\u0020the\u0020provided\u0020entity\u0020set",
"url": "classes/Flat3-Lodata-Model.html#method_getOdcUrl"
}, {
"fqsen": "\\Flat3\\Lodata\\Model\u003A\u003AgetOpenApiUrl\u0028\u0029",
"name": "getOpenApiUrl",
"summary": "Get\u0020the\u0020OpenAPI\u0020specification\u0020document\u0020URL\u0020of\u0020this\u0020service",
"url": "classes/Flat3-Lodata-Model.html#method_getOpenApiUrl"
}, {
"fqsen": "\\Flat3\\Lodata\\Model\u003A\u003A\u0024references",
"name": "references",
Expand Down

0 comments on commit f7c2760

Please sign in to comment.