Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,12 @@ <h4 id="toc-methods">
</dt>
<dd>Checks if a value is empty, based on its OpenAPI type.</dd>

<dt class="phpdocumentor-table-of-contents__entry -method -private">
<a class="" href="classes/LINE-Clients-ChannelAccessToken-ObjectSerializer.html#method_objectToArray">objectToArray()</a>
<span>
&nbsp;: mixed </span>
</dt>

</dl>


Expand Down Expand Up @@ -415,7 +421,7 @@ <h4 class="phpdocumentor-element__name" id="method_buildQuery">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/clients/channel-access-token/lib/ObjectSerializer.php"><a href="files/src-clients-channel-access-token-lib-objectserializer.html"><abbr title="src/clients/channel-access-token/lib/ObjectSerializer.php">ObjectSerializer.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">586</span>
<span class="phpdocumentor-element-found-in__line">590</span>

</aside>

Expand Down Expand Up @@ -1283,6 +1289,50 @@ <h5 class="phpdocumentor-return-value__heading">Return values</h5>

</section>

</article>
<article
class="phpdocumentor-element
-method
-private
-static "
>
<h4 class="phpdocumentor-element__name" id="method_objectToArray">
objectToArray()
<a href="classes/LINE-Clients-ChannelAccessToken-ObjectSerializer.html#method_objectToArray" 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/clients/channel-access-token/lib/ObjectSerializer.php"><a href="files/src-clients-channel-access-token-lib-objectserializer.html"><abbr title="src/clients/channel-access-token/lib/ObjectSerializer.php">ObjectSerializer.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">638</span>

</aside>


<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">private</span>
<span class="phpdocumentor-signature__static">static</span> <span class="phpdocumentor-signature__name">objectToArray</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">mixed&nbsp;</span><span class="phpdocumentor-signature__argument__name">$obj</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code>

<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">
<span class="phpdocumentor-signature__argument__name">$obj</span>
: <span class="phpdocumentor-signature__argument__return-type">mixed</span>
</dt>
<dd class="phpdocumentor-argument-list__definition">

</dd>
</dl>






</article>
</section>

Expand Down Expand Up @@ -1420,6 +1470,7 @@ <h5 class="phpdocumentor-return-value__heading">Return values</h5>
<li class=""><a href="classes/LINE-Clients-ChannelAccessToken-ObjectSerializer.html#method_toQueryValue">toQueryValue()</a></li>
<li class=""><a href="classes/LINE-Clients-ChannelAccessToken-ObjectSerializer.html#method_toString">toString()</a></li>
<li class=""><a href="classes/LINE-Clients-ChannelAccessToken-ObjectSerializer.html#method_isEmptyValue">isEmptyValue()</a></li>
<li class=""><a href="classes/LINE-Clients-ChannelAccessToken-ObjectSerializer.html#method_objectToArray">objectToArray()</a></li>
</ul>
</li>
</ul>
Expand Down
53 changes: 52 additions & 1 deletion docs/classes/LINE-Clients-Insight-ObjectSerializer.html
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,12 @@ <h4 id="toc-methods">
</dt>
<dd>Checks if a value is empty, based on its OpenAPI type.</dd>

<dt class="phpdocumentor-table-of-contents__entry -method -private">
<a class="" href="classes/LINE-Clients-Insight-ObjectSerializer.html#method_objectToArray">objectToArray()</a>
<span>
&nbsp;: mixed </span>
</dt>

</dl>


Expand Down Expand Up @@ -415,7 +421,7 @@ <h4 class="phpdocumentor-element__name" id="method_buildQuery">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/clients/insight/lib/ObjectSerializer.php"><a href="files/src-clients-insight-lib-objectserializer.html"><abbr title="src/clients/insight/lib/ObjectSerializer.php">ObjectSerializer.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">586</span>
<span class="phpdocumentor-element-found-in__line">590</span>

</aside>

Expand Down Expand Up @@ -1283,6 +1289,50 @@ <h5 class="phpdocumentor-return-value__heading">Return values</h5>

</section>

</article>
<article
class="phpdocumentor-element
-method
-private
-static "
>
<h4 class="phpdocumentor-element__name" id="method_objectToArray">
objectToArray()
<a href="classes/LINE-Clients-Insight-ObjectSerializer.html#method_objectToArray" 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/clients/insight/lib/ObjectSerializer.php"><a href="files/src-clients-insight-lib-objectserializer.html"><abbr title="src/clients/insight/lib/ObjectSerializer.php">ObjectSerializer.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">638</span>

</aside>


<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">private</span>
<span class="phpdocumentor-signature__static">static</span> <span class="phpdocumentor-signature__name">objectToArray</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">mixed&nbsp;</span><span class="phpdocumentor-signature__argument__name">$obj</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code>

<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">
<span class="phpdocumentor-signature__argument__name">$obj</span>
: <span class="phpdocumentor-signature__argument__return-type">mixed</span>
</dt>
<dd class="phpdocumentor-argument-list__definition">

</dd>
</dl>






</article>
</section>

Expand Down Expand Up @@ -1420,6 +1470,7 @@ <h5 class="phpdocumentor-return-value__heading">Return values</h5>
<li class=""><a href="classes/LINE-Clients-Insight-ObjectSerializer.html#method_toQueryValue">toQueryValue()</a></li>
<li class=""><a href="classes/LINE-Clients-Insight-ObjectSerializer.html#method_toString">toString()</a></li>
<li class=""><a href="classes/LINE-Clients-Insight-ObjectSerializer.html#method_isEmptyValue">isEmptyValue()</a></li>
<li class=""><a href="classes/LINE-Clients-Insight-ObjectSerializer.html#method_objectToArray">objectToArray()</a></li>
</ul>
</li>
</ul>
Expand Down
53 changes: 52 additions & 1 deletion docs/classes/LINE-Clients-Liff-ObjectSerializer.html
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,12 @@ <h4 id="toc-methods">
</dt>
<dd>Checks if a value is empty, based on its OpenAPI type.</dd>

<dt class="phpdocumentor-table-of-contents__entry -method -private">
<a class="" href="classes/LINE-Clients-Liff-ObjectSerializer.html#method_objectToArray">objectToArray()</a>
<span>
&nbsp;: mixed </span>
</dt>

</dl>


Expand Down Expand Up @@ -415,7 +421,7 @@ <h4 class="phpdocumentor-element__name" id="method_buildQuery">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/clients/liff/lib/ObjectSerializer.php"><a href="files/src-clients-liff-lib-objectserializer.html"><abbr title="src/clients/liff/lib/ObjectSerializer.php">ObjectSerializer.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">586</span>
<span class="phpdocumentor-element-found-in__line">590</span>

</aside>

Expand Down Expand Up @@ -1283,6 +1289,50 @@ <h5 class="phpdocumentor-return-value__heading">Return values</h5>

</section>

</article>
<article
class="phpdocumentor-element
-method
-private
-static "
>
<h4 class="phpdocumentor-element__name" id="method_objectToArray">
objectToArray()
<a href="classes/LINE-Clients-Liff-ObjectSerializer.html#method_objectToArray" 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/clients/liff/lib/ObjectSerializer.php"><a href="files/src-clients-liff-lib-objectserializer.html"><abbr title="src/clients/liff/lib/ObjectSerializer.php">ObjectSerializer.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">638</span>

</aside>


<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">private</span>
<span class="phpdocumentor-signature__static">static</span> <span class="phpdocumentor-signature__name">objectToArray</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">mixed&nbsp;</span><span class="phpdocumentor-signature__argument__name">$obj</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code>

<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">
<span class="phpdocumentor-signature__argument__name">$obj</span>
: <span class="phpdocumentor-signature__argument__return-type">mixed</span>
</dt>
<dd class="phpdocumentor-argument-list__definition">

</dd>
</dl>






</article>
</section>

Expand Down Expand Up @@ -1420,6 +1470,7 @@ <h5 class="phpdocumentor-return-value__heading">Return values</h5>
<li class=""><a href="classes/LINE-Clients-Liff-ObjectSerializer.html#method_toQueryValue">toQueryValue()</a></li>
<li class=""><a href="classes/LINE-Clients-Liff-ObjectSerializer.html#method_toString">toString()</a></li>
<li class=""><a href="classes/LINE-Clients-Liff-ObjectSerializer.html#method_isEmptyValue">isEmptyValue()</a></li>
<li class=""><a href="classes/LINE-Clients-Liff-ObjectSerializer.html#method_objectToArray">objectToArray()</a></li>
</ul>
</li>
</ul>
Expand Down
53 changes: 52 additions & 1 deletion docs/classes/LINE-Clients-ManageAudience-ObjectSerializer.html
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,12 @@ <h4 id="toc-methods">
</dt>
<dd>Checks if a value is empty, based on its OpenAPI type.</dd>

<dt class="phpdocumentor-table-of-contents__entry -method -private">
<a class="" href="classes/LINE-Clients-ManageAudience-ObjectSerializer.html#method_objectToArray">objectToArray()</a>
<span>
&nbsp;: mixed </span>
</dt>

</dl>


Expand Down Expand Up @@ -415,7 +421,7 @@ <h4 class="phpdocumentor-element__name" id="method_buildQuery">
<aside class="phpdocumentor-element-found-in">
<abbr class="phpdocumentor-element-found-in__file" title="src/clients/manage-audience/lib/ObjectSerializer.php"><a href="files/src-clients-manage-audience-lib-objectserializer.html"><abbr title="src/clients/manage-audience/lib/ObjectSerializer.php">ObjectSerializer.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">586</span>
<span class="phpdocumentor-element-found-in__line">590</span>

</aside>

Expand Down Expand Up @@ -1283,6 +1289,50 @@ <h5 class="phpdocumentor-return-value__heading">Return values</h5>

</section>

</article>
<article
class="phpdocumentor-element
-method
-private
-static "
>
<h4 class="phpdocumentor-element__name" id="method_objectToArray">
objectToArray()
<a href="classes/LINE-Clients-ManageAudience-ObjectSerializer.html#method_objectToArray" 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/clients/manage-audience/lib/ObjectSerializer.php"><a href="files/src-clients-manage-audience-lib-objectserializer.html"><abbr title="src/clients/manage-audience/lib/ObjectSerializer.php">ObjectSerializer.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">638</span>

</aside>


<code class="phpdocumentor-code phpdocumentor-signature ">
<span class="phpdocumentor-signature__visibility">private</span>
<span class="phpdocumentor-signature__static">static</span> <span class="phpdocumentor-signature__name">objectToArray</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">mixed&nbsp;</span><span class="phpdocumentor-signature__argument__name">$obj</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code>

<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">
<span class="phpdocumentor-signature__argument__name">$obj</span>
: <span class="phpdocumentor-signature__argument__return-type">mixed</span>
</dt>
<dd class="phpdocumentor-argument-list__definition">

</dd>
</dl>






</article>
</section>

Expand Down Expand Up @@ -1420,6 +1470,7 @@ <h5 class="phpdocumentor-return-value__heading">Return values</h5>
<li class=""><a href="classes/LINE-Clients-ManageAudience-ObjectSerializer.html#method_toQueryValue">toQueryValue()</a></li>
<li class=""><a href="classes/LINE-Clients-ManageAudience-ObjectSerializer.html#method_toString">toString()</a></li>
<li class=""><a href="classes/LINE-Clients-ManageAudience-ObjectSerializer.html#method_isEmptyValue">isEmptyValue()</a></li>
<li class=""><a href="classes/LINE-Clients-ManageAudience-ObjectSerializer.html#method_objectToArray">objectToArray()</a></li>
</ul>
</li>
</ul>
Expand Down
Loading