Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generated docs using PHPDocumentor #1105

Merged
merged 1 commit into from
Jan 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 46 additions & 9 deletions docs/classes/Microsoft-Graph-Http-GraphResponse.html
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,13 @@ <h3 id="toc">
</dt>
<dd>The status code of the response</dd>

<dt class="phpdocumentor-table-of-contents__entry -property -private">
<a href="classes/Microsoft-Graph-Http-GraphResponse.html#property__request">$_request</a>
<span>
&nbsp;: mixed </span>
</dt>
<dd></dd>

<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a href="classes/Microsoft-Graph-Http-GraphResponse.html#method___construct">__construct()</a>
<span>
Expand Down Expand Up @@ -376,6 +383,36 @@ <h4 class="phpdocumentor-element__name" id="property__httpStatusCode">



</article>
<article
class="
phpdocumentor-element
-property
-private
"
>
<h4 class="phpdocumentor-element__name" id="property__request">
$_request
<a href="classes/Microsoft-Graph-Http-GraphResponse.html#property__request" class="headerlink"><i class="fas fa-link"></i></a>
<span class="phpdocumentor-element__modifiers">
</span>
</h4>
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Http/GraphResponse.php"><a href="files/src-http-graphresponse.html"><abbr title="src/Http/GraphResponse.php">GraphResponse.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">58</span>
</aside>


<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">private</span>
<span class="phpdocumentor-signature__type">mixed</span>
<span class="phpdocumentor-signature__name">$_request</span>
</code>




</article>
</section>

Expand All @@ -397,7 +434,7 @@ <h4 class="phpdocumentor-element__name" id="method___construct">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Http/GraphResponse.php"><a href="files/src-http-graphresponse.html"><abbr title="src/Http/GraphResponse.php">GraphResponse.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">66</span>
<span class="phpdocumentor-element-found-in__line">68</span>
</aside>

<p class="phpdocumentor-summary">Creates a new Graph HTTP response entity</p>
Expand Down Expand Up @@ -470,7 +507,7 @@ <h4 class="phpdocumentor-element__name" id="method_getBody">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Http/GraphResponse.php"><a href="files/src-http-graphresponse.html"><abbr title="src/Http/GraphResponse.php">GraphResponse.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">94</span>
<span class="phpdocumentor-element-found-in__line">96</span>
</aside>

<p class="phpdocumentor-summary">Get the decoded body of the HTTP response</p>
Expand Down Expand Up @@ -505,7 +542,7 @@ <h4 class="phpdocumentor-element__name" id="method_getDeltaLink">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Http/GraphResponse.php"><a href="files/src-http-graphresponse.html"><abbr title="src/Http/GraphResponse.php">GraphResponse.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">180</span>
<span class="phpdocumentor-element-found-in__line">182</span>
</aside>

<p class="phpdocumentor-summary">Gets the delta link of a response object from OData
Expand Down Expand Up @@ -542,7 +579,7 @@ <h4 class="phpdocumentor-element__name" id="method_getHeaders">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Http/GraphResponse.php"><a href="files/src-http-graphresponse.html"><abbr title="src/Http/GraphResponse.php">GraphResponse.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">124</span>
<span class="phpdocumentor-element-found-in__line">126</span>
</aside>

<p class="phpdocumentor-summary">Get the headers of the response</p>
Expand Down Expand Up @@ -577,7 +614,7 @@ <h4 class="phpdocumentor-element__name" id="method_getNextLink">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Http/GraphResponse.php"><a href="files/src-http-graphresponse.html"><abbr title="src/Http/GraphResponse.php">GraphResponse.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">164</span>
<span class="phpdocumentor-element-found-in__line">166</span>
</aside>

<p class="phpdocumentor-summary">Gets the next link of a response object from OData
Expand Down Expand Up @@ -613,7 +650,7 @@ <h4 class="phpdocumentor-element__name" id="method_getRawBody">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Http/GraphResponse.php"><a href="files/src-http-graphresponse.html"><abbr title="src/Http/GraphResponse.php">GraphResponse.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">104</span>
<span class="phpdocumentor-element-found-in__line">106</span>
</aside>

<p class="phpdocumentor-summary">Get the undecoded body of the HTTP response</p>
Expand Down Expand Up @@ -648,7 +685,7 @@ <h4 class="phpdocumentor-element__name" id="method_getResponseAsObject">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Http/GraphResponse.php"><a href="files/src-http-graphresponse.html"><abbr title="src/Http/GraphResponse.php">GraphResponse.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">136</span>
<span class="phpdocumentor-element-found-in__line">138</span>
</aside>

<p class="phpdocumentor-summary">Converts the response JSON object to a Graph SDK object</p>
Expand Down Expand Up @@ -695,7 +732,7 @@ <h4 class="phpdocumentor-element__name" id="method_getStatus">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Http/GraphResponse.php"><a href="files/src-http-graphresponse.html"><abbr title="src/Http/GraphResponse.php">GraphResponse.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">114</span>
<span class="phpdocumentor-element-found-in__line">116</span>
</aside>

<p class="phpdocumentor-summary">Get the status of the HTTP response</p>
Expand Down Expand Up @@ -730,7 +767,7 @@ <h4 class="phpdocumentor-element__name" id="method__decodeBody">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/Http/GraphResponse.php"><a href="files/src-http-graphresponse.html"><abbr title="src/Http/GraphResponse.php">GraphResponse.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">80</span>
<span class="phpdocumentor-element-found-in__line">82</span>
</aside>

<p class="phpdocumentor-summary">Decode the JSON response into an array</p>
Expand Down
5 changes: 5 additions & 0 deletions docs/js/searchIndex.js
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,11 @@ Search.appendIndex(
"name": "_httpStatusCode",
"summary": "The\u0020status\u0020code\u0020of\u0020the\u0020response",
"url": "classes/Microsoft-Graph-Http-GraphResponse.html#property__httpStatusCode"
}, {
"fqsen": "\\Microsoft\\Graph\\Http\\GraphResponse\u003A\u003A\u0024_request",
"name": "_request",
"summary": "",
"url": "classes/Microsoft-Graph-Http-GraphResponse.html#property__request"
}, {
"fqsen": "\\",
"name": "\\",
Expand Down