Skip to content

Commit

Permalink
Release 7.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
moririnson committed Jan 28, 2022
1 parent 4aa737f commit 0500634
Show file tree
Hide file tree
Showing 376 changed files with 13,153 additions and 32,033 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ A full-stack (and slightly complex) sample implementation. This application demo
This library provides PHPDoc to describe how to use the methods. You can generate the documentation using [phpDocumenter](https://docs.phpdoc.org/) using the following command.

```
$ wget https://phpdoc.org/phpDocumentor.phar
$ php phpDocumentor.phar php phpDocumentor.phar run -d src -t docs
$ wget https://github.com/phpDocumentor/phpDocumentor/releases/download/v3.0.0/phpDocumentor.phar
$ php phpDocumentor.phar run -d src -t docs
```

The HTML files are generated in `docs/`.
Expand Down
178 changes: 34 additions & 144 deletions docs/classes/LINE-LINEBot-Constant-ActionType.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,12 @@
<link rel="icon" href="images/favicon.ico"/>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/base.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;600;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/template.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0/css/all.min.css" integrity="sha256-ybRkN9dBjhcS2qrW1z+hfCxq+1aBdwyQM5wlQoQVt/0=" crossorigin="anonymous" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/themes/prism-okaidia.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/plugins/line-numbers/prism-line-numbers.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/plugins/line-highlight/prism-line-highlight.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script src="https://cdn.jsdelivr.net/npm/css-vars-ponyfill@2"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0/js/all.min.js" integrity="sha256-0vuk8LXoyrmCjp1f0O300qo1M75ZQyhH9X3J6d+scmk=" crossorigin="anonymous"></script>
<script src="js/search.js"></script>
<script defer src="js/searchIndex.js"></script>
</head>
Expand Down Expand Up @@ -52,35 +48,25 @@ <h1 class="phpdocumentor-title"><a href="" class="phpdocumentor-title__link">LIN
Menu
</label>
<aside class="phpdocumentor-column -four phpdocumentor-sidebar">
<section class="phpdocumentor-sidebar__category">
<h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
<h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/line.html">LINE</a></h4>
<ul class="phpdocumentor-list">
<li>
<a href="namespaces/line-laravel.html">Laravel</a>

</li>
<li>
<a href="namespaces/line-linebot.html">LINEBot</a>

</li>
</ul>


<section class="phpdocumentor-sidebar__category">
<h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
<h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/line.html"><abbr title="\LINE">LINE</abbr></a></h4>
<ul class="phpdocumentor-list">
<li><a href="namespaces/line-laravel.html"><abbr title="\LINE\Laravel">Laravel</abbr></a></li>
<li><a href="namespaces/line-linebot.html"><abbr title="\LINE\LINEBot">LINEBot</abbr></a></li>
</ul>
</section>
<section class="phpdocumentor-sidebar__category">
<h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
<h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>

<h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/LINE.html">LINE</a></h4>
<ul class="phpdocumentor-list">
<li>
<a href="packages/LINE-LINEBot.html">LINEBot</a>

</li>
</ul>

<section class="phpdocumentor-sidebar__category">
<h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
<h3 class="phpdocumentor-sidebar__root-package"><a href="packages/Default.html"><abbr title="\Default">Default</abbr></a></h3>
<h3 class="phpdocumentor-sidebar__root-package"><a href="packages/LINE.html"><abbr title="\LINE">LINE</abbr></a></h3>
<ul class="phpdocumentor-list">
<li><a href="packages/LINE-LINEBot.html"><abbr title="\LINE\LINEBot">LINEBot</abbr></a></li>
</ul>
</section>

<section class="phpdocumentor-sidebar__category">
<h2 class="phpdocumentor-sidebar__category-header">Reports</h2>
<h3 class="phpdocumentor-sidebar__root-package"><a href="reports/deprecated.html">Deprecated</a></h3>
Expand Down Expand Up @@ -109,7 +95,7 @@ <h2 class="phpdocumentor-content__title">
<div class="phpdocumentor-element__package">
in package
<ul class="phpdocumentor-breadcrumbs">
<li class="phpdocumentor-breadcrumb"><a href="packages/Application.html">Application</a></li>
<li class="phpdocumentor-breadcrumb"><a href="packages/Default.html">Default</a></li>
</ul>
</div>

Expand All @@ -120,11 +106,9 @@ <h2 class="phpdocumentor-content__title">
<abbr class="phpdocumentor-element-found-in__file" title="src/LINEBot/Constant/ActionType.php"><a href="files/src-linebot-constant-actiontype.html"><abbr title="src/LINEBot/Constant/ActionType.php">ActionType.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">21</span>

</aside>
</aside>


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



Expand Down Expand Up @@ -208,8 +192,7 @@ <h4 class="phpdocumentor-element__name" id="constant_CAMERA">
<abbr class="phpdocumentor-element-found-in__file" title="src/LINEBot/Constant/ActionType.php"><a href="files/src-linebot-constant-actiontype.html"><abbr title="src/LINEBot/Constant/ActionType.php">ActionType.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">27</span>

</aside>
</aside>


<code class="phpdocumentor-signature phpdocumentor-code ">
Expand All @@ -220,10 +203,7 @@ <h4 class="phpdocumentor-element__name" id="constant_CAMERA">
</code>


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

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




</article>
Expand All @@ -237,8 +217,7 @@ <h4 class="phpdocumentor-element__name" id="constant_CAMERA_ROLL">
<abbr class="phpdocumentor-element-found-in__file" title="src/LINEBot/Constant/ActionType.php"><a href="files/src-linebot-constant-actiontype.html"><abbr title="src/LINEBot/Constant/ActionType.php">ActionType.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">28</span>

</aside>
</aside>


<code class="phpdocumentor-signature phpdocumentor-code ">
Expand All @@ -249,10 +228,7 @@ <h4 class="phpdocumentor-element__name" id="constant_CAMERA_ROLL">
</code>


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

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




</article>
Expand All @@ -266,8 +242,7 @@ <h4 class="phpdocumentor-element__name" id="constant_DATETIME_PICKER">
<abbr class="phpdocumentor-element-found-in__file" title="src/LINEBot/Constant/ActionType.php"><a href="files/src-linebot-constant-actiontype.html"><abbr title="src/LINEBot/Constant/ActionType.php">ActionType.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">26</span>

</aside>
</aside>


<code class="phpdocumentor-signature phpdocumentor-code ">
Expand All @@ -278,10 +253,7 @@ <h4 class="phpdocumentor-element__name" id="constant_DATETIME_PICKER">
</code>


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

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




</article>
Expand All @@ -295,8 +267,7 @@ <h4 class="phpdocumentor-element__name" id="constant_LOCATION">
<abbr class="phpdocumentor-element-found-in__file" title="src/LINEBot/Constant/ActionType.php"><a href="files/src-linebot-constant-actiontype.html"><abbr title="src/LINEBot/Constant/ActionType.php">ActionType.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">29</span>

</aside>
</aside>


<code class="phpdocumentor-signature phpdocumentor-code ">
Expand All @@ -307,10 +278,7 @@ <h4 class="phpdocumentor-element__name" id="constant_LOCATION">
</code>


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

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




</article>
Expand All @@ -324,8 +292,7 @@ <h4 class="phpdocumentor-element__name" id="constant_MESSAGE">
<abbr class="phpdocumentor-element-found-in__file" title="src/LINEBot/Constant/ActionType.php"><a href="files/src-linebot-constant-actiontype.html"><abbr title="src/LINEBot/Constant/ActionType.php">ActionType.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">23</span>

</aside>
</aside>


<code class="phpdocumentor-signature phpdocumentor-code ">
Expand All @@ -336,10 +303,7 @@ <h4 class="phpdocumentor-element__name" id="constant_MESSAGE">
</code>


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

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




</article>
Expand All @@ -353,8 +317,7 @@ <h4 class="phpdocumentor-element__name" id="constant_POSTBACK">
<abbr class="phpdocumentor-element-found-in__file" title="src/LINEBot/Constant/ActionType.php"><a href="files/src-linebot-constant-actiontype.html"><abbr title="src/LINEBot/Constant/ActionType.php">ActionType.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">24</span>

</aside>
</aside>


<code class="phpdocumentor-signature phpdocumentor-code ">
Expand All @@ -365,10 +328,7 @@ <h4 class="phpdocumentor-element__name" id="constant_POSTBACK">
</code>


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

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




</article>
Expand All @@ -382,8 +342,7 @@ <h4 class="phpdocumentor-element__name" id="constant_URI">
<abbr class="phpdocumentor-element-found-in__file" title="src/LINEBot/Constant/ActionType.php"><a href="files/src-linebot-constant-actiontype.html"><abbr title="src/LINEBot/Constant/ActionType.php">ActionType.php</abbr></a></abbr>
:
<span class="phpdocumentor-element-found-in__line">25</span>

</aside>
</aside>


<code class="phpdocumentor-signature phpdocumentor-code ">
Expand All @@ -394,10 +353,7 @@ <h4 class="phpdocumentor-element__name" id="constant_URI">
</code>


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

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




</article>
Expand All @@ -406,68 +362,6 @@ <h4 class="phpdocumentor-element__name" id="constant_URI">




<script type="text/javascript">
function loadExternalCodeSnippets(line) {
Array.prototype.slice.call(document.querySelectorAll('pre[data-src]')).forEach((pre) => {
var src = pre.getAttribute('data-src').replace( /\\/g, '/');
var extension = (src.match(/\.(\w+)$/) || [, ''])[1];
var language = 'php';

var code = document.createElement('code');
code.className = 'language-' + language;

pre.textContent = '';

pre.setAttribute('data-line', line)
code.textContent = 'Loading…';

pre.appendChild(code);

var xhr = new XMLHttpRequest();

xhr.open('GET', src, true);

xhr.onreadystatechange = function () {
if (xhr.readyState == 4) {

if (xhr.status < 400 && xhr.responseText) {
code.textContent = xhr.responseText;

Prism.highlightElement(code);
}
else if (xhr.status >= 400) {
code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText;
}
else {
code.textContent = '✖ Error: File does not exist, is empty or trying to view from localhost';
}
}
};

xhr.send(null);
});
}

var modals = document.querySelectorAll("[data-modal]");

modals.forEach(function (trigger) {
trigger.addEventListener("click", function (event) {
//event.preventDefault();
const modal = document.getElementById(trigger.dataset.modal);
modal.classList.add("phpdocumentor-modal__open");
loadExternalCodeSnippets(trigger.dataset.line)
const exits = modal.querySelectorAll("[data-exit-button]");
exits.forEach(function (exit) {
exit.addEventListener("click", function (event) {
event.preventDefault();
modal.classList.remove("phpdocumentor-modal__open");
});
});
});
});
</script>

</article>
<section data-search-results class="phpdocumentor-search-results phpdocumentor-search-results--hidden">
<section class="phpdocumentor-search-results__dialog">
Expand All @@ -489,9 +383,5 @@ <h2 class="phpdocumentor-search-results__title">Search results</h2>
<script>
cssVars({});
</script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/prism.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/plugins/autoloader/prism-autoloader.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/plugins/line-numbers/prism-line-numbers.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/plugins/line-highlight/prism-line-highlight.min.js"></script>
</body>
</html>
Loading

0 comments on commit 0500634

Please sign in to comment.