Skip to content

Commit

Permalink
php: update master (flarum/framework@b09ac3f3)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-bot committed Oct 7, 2019
1 parent cefb2c2 commit 652fb81
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 36 deletions.
37 changes: 10 additions & 27 deletions docs/php/master/Flarum/Console/Event/Configuring.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h2>Properties</h2>
<td>$app</td>
<td class="last"></td>
<td></td>
<td width="24px"> <a href="https://github.com/flarum/core/blob/master/src/Console/Event/Configuring.php#L29" target="_blank">
<td width="24px"> <a href="https://github.com/flarum/core/blob/master/src/Console/Event/Configuring.php#L28" target="_blank">
<img src="../../../assets/img/code.svg" height="18" />
</a>
</td>
Expand All @@ -113,19 +113,7 @@ <h2>Properties</h2>
<td>$console</td>
<td class="last"></td>
<td></td>
<td width="24px"> <a href="https://github.com/flarum/core/blob/master/src/Console/Event/Configuring.php#L34" target="_blank">
<img src="../../../assets/img/code.svg" height="18" />
</a>
</td>
</tr>
<tr>
<td class="type" id="property_eventDispatcher">
<abbr title="Symfony\Component\EventDispatcher\EventDispatcher">EventDispatcher</abbr>
</td>
<td>$eventDispatcher</td>
<td class="last"></td>
<td></td>
<td width="24px"> <a href="https://github.com/flarum/core/blob/master/src/Console/Event/Configuring.php#L38" target="_blank">
<td width="24px"> <a href="https://github.com/flarum/core/blob/master/src/Console/Event/Configuring.php#L33" target="_blank">
<img src="../../../assets/img/code.svg" height="18" />
</a>
</td>
Expand All @@ -141,13 +129,13 @@ <h2>Methods</h2>

</div>
<div class="col-md-6 type">
<a href="#method___construct">__construct</a>(<a href="../../../Flarum/Foundation/Application.html"><abbr title="Flarum\Foundation\Application">Application</abbr></a> $app, <abbr title="Symfony\Component\Console\Application">Application</abbr> $console, <abbr title="Symfony\Component\EventDispatcher\EventDispatcher">EventDispatcher</abbr> $eventDispatcher)
<a href="#method___construct">__construct</a>(<a href="../../../Flarum/Foundation/Application.html"><abbr title="Flarum\Foundation\Application">Application</abbr></a> $app, <abbr title="Symfony\Component\Console\Application">Application</abbr> $console)

<p class="no-description">No description</p>
</div>
<div class="col-md-2"></div>
<div class="col-md-2 text-right" style="padding-right: 5px;">
<a href="https://github.com/flarum/core/blob/master/src/Console/Event/Configuring.php#L45" target="_blank">
<a href="https://github.com/flarum/core/blob/master/src/Console/Event/Configuring.php#L39" target="_blank">
<img src="../../../assets/img/code.svg" height="18" />
</a>

Expand All @@ -163,7 +151,7 @@ <h2>Methods</h2>
<p>Add a console command to the flarum binary.</p> </div>
<div class="col-md-2"></div>
<div class="col-md-2 text-right" style="padding-right: 5px;">
<a href="https://github.com/flarum/core/blob/master/src/Console/Event/Configuring.php#L57" target="_blank">
<a href="https://github.com/flarum/core/blob/master/src/Console/Event/Configuring.php#L50" target="_blank">
<img src="../../../assets/img/code.svg" height="18" />
</a>

Expand All @@ -178,12 +166,12 @@ <h2>Details</h2>
<div class="method-item">
<h3 id="method___construct">
<div class="location">
at <a href="https://github.com/flarum/core/blob/master/src/Console/Event/Configuring.php#L45" target="_blank">
line 45
at <a href="https://github.com/flarum/core/blob/master/src/Console/Event/Configuring.php#L39" target="_blank">
line 39
</a>
</div>
<code>
<strong>__construct</strong>(<a href="../../../Flarum/Foundation/Application.html"><abbr title="Flarum\Foundation\Application">Application</abbr></a> $app, <abbr title="Symfony\Component\Console\Application">Application</abbr> $console, <abbr title="Symfony\Component\EventDispatcher\EventDispatcher">EventDispatcher</abbr> $eventDispatcher)
<strong>__construct</strong>(<a href="../../../Flarum/Foundation/Application.html"><abbr title="Flarum\Foundation\Application">Application</abbr></a> $app, <abbr title="Symfony\Component\Console\Application">Application</abbr> $console)
</code>
</h3>
<div class="details">
Expand All @@ -203,11 +191,6 @@ <h4>Parameters</h4>
<td><abbr title="Symfony\Component\Console\Application">Application</abbr></td>
<td>$console</td>
<td></td>
</tr>
<tr>
<td><abbr title="Symfony\Component\EventDispatcher\EventDispatcher">EventDispatcher</abbr></td>
<td>$eventDispatcher</td>
<td></td>
</tr>
</table>

Expand All @@ -221,8 +204,8 @@ <h4>Parameters</h4>
<div class="method-item">
<h3 id="method_addCommand">
<div class="location">
at <a href="https://github.com/flarum/core/blob/master/src/Console/Event/Configuring.php#L57" target="_blank">
line 57
at <a href="https://github.com/flarum/core/blob/master/src/Console/Event/Configuring.php#L50" target="_blank">
line 50
</a>
</div>
<code>
Expand Down
12 changes: 6 additions & 6 deletions docs/php/master/Flarum/Console/Server.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ <h2>Methods</h2>
</div>
<div class="col-md-2"></div>
<div class="col-md-2 text-right" style="padding-right: 5px;">
<a href="https://github.com/flarum/core/blob/master/src/Console/Server.php#L25" target="_blank">
<a href="https://github.com/flarum/core/blob/master/src/Console/Server.php#L29" target="_blank">
<img src="../../assets/img/code.svg" height="18" />
</a>

Expand All @@ -121,7 +121,7 @@ <h2>Methods</h2>
</div>
<div class="col-md-2"></div>
<div class="col-md-2 text-right" style="padding-right: 5px;">
<a href="https://github.com/flarum/core/blob/master/src/Console/Server.php#L30" target="_blank">
<a href="https://github.com/flarum/core/blob/master/src/Console/Server.php#L34" target="_blank">
<img src="../../assets/img/code.svg" height="18" />
</a>

Expand All @@ -136,8 +136,8 @@ <h2>Details</h2>
<div class="method-item">
<h3 id="method___construct">
<div class="location">
at <a href="https://github.com/flarum/core/blob/master/src/Console/Server.php#L25" target="_blank">
line 25
at <a href="https://github.com/flarum/core/blob/master/src/Console/Server.php#L29" target="_blank">
line 29
</a>
</div>
<code>
Expand Down Expand Up @@ -169,8 +169,8 @@ <h4>Parameters</h4>
<div class="method-item">
<h3 id="method_listen">
<div class="location">
at <a href="https://github.com/flarum/core/blob/master/src/Console/Server.php#L30" target="_blank">
line 30
at <a href="https://github.com/flarum/core/blob/master/src/Console/Server.php#L34" target="_blank">
line 34
</a>
</div>
<code>
Expand Down
3 changes: 1 addition & 2 deletions docs/php/master/doc-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -893,8 +893,7 @@ <h2 id="letterA">A</h2>
<dd></dd><dt><a href="Flarum/Api/Serializer/PostSerializer.html#method_editedUser"><abbr title="Flarum\Api\Serializer\PostSerializer">PostSerializer</abbr>::editedUser</a>() &mdash; <em>Method in class <a href="Flarum/Api/Serializer/PostSerializer.html"><abbr title="Flarum\Api\Serializer\PostSerializer">PostSerializer</abbr></a></em></dt>
<dd></dd><dt><a href="Flarum/Console/AbstractCommand.html#method_execute"><abbr title="Flarum\Console\AbstractCommand">AbstractCommand</abbr>::execute</a>() &mdash; <em>Method in class <a href="Flarum/Console/AbstractCommand.html"><abbr title="Flarum\Console\AbstractCommand">AbstractCommand</abbr></a></em></dt>
<dd>{@inheritdoc}</dd><dt><a href="Flarum/Console/AbstractCommand.html#method_error"><abbr title="Flarum\Console\AbstractCommand">AbstractCommand</abbr>::error</a>() &mdash; <em>Method in class <a href="Flarum/Console/AbstractCommand.html"><abbr title="Flarum\Console\AbstractCommand">AbstractCommand</abbr></a></em></dt>
<dd>Send an error or warning message to the user.</dd><dt>$<a href="Flarum/Console/Event/Configuring.html#property_eventDispatcher"><abbr title="Flarum\Console\Event\Configuring">Configuring</abbr>#eventDispatcher</a> &mdash; <em>Property in class <a href="Flarum/Console/Event/Configuring.html"><abbr title="Flarum\Console\Event\Configuring">Configuring</abbr></a></em></dt>
<dd></dd><dt><a href="Flarum/Discussion/Command/EditDiscussion.html"><abbr title="Flarum\Discussion\Command\EditDiscussion">EditDiscussion</abbr></a> &mdash; <em>Class in namespace <a href="Flarum/Discussion/Command.html">Flarum\Discussion\Command</a></em></dt>
<dd>Send an error or warning message to the user.</dd><dt><a href="Flarum/Discussion/Command/EditDiscussion.html"><abbr title="Flarum\Discussion\Command\EditDiscussion">EditDiscussion</abbr></a> &mdash; <em>Class in namespace <a href="Flarum/Discussion/Command.html">Flarum\Discussion\Command</a></em></dt>
<dd></dd><dt><a href="Flarum/Discussion/Command/EditDiscussionHandler.html"><abbr title="Flarum\Discussion\Command\EditDiscussionHandler">EditDiscussionHandler</abbr></a> &mdash; <em>Class in namespace <a href="Flarum/Discussion/Command.html">Flarum\Discussion\Command</a></em></dt>
<dd></dd><dt>$<a href="Flarum/Discussion/DiscussionPolicy.html#property_events"><abbr title="Flarum\Discussion\DiscussionPolicy">DiscussionPolicy</abbr>#events</a> &mdash; <em>Property in class <a href="Flarum/Discussion/DiscussionPolicy.html"><abbr title="Flarum\Discussion\DiscussionPolicy">DiscussionPolicy</abbr></a></em></dt>
<dd></dd><dt>$<a href="Flarum/Discussion/Search/DiscussionSearcher.html#property_events"><abbr title="Flarum\Discussion\Search\DiscussionSearcher">DiscussionSearcher</abbr>#events</a> &mdash; <em>Property in class <a href="Flarum/Discussion/Search/DiscussionSearcher.html"><abbr title="Flarum\Discussion\Search\DiscussionSearcher">DiscussionSearcher</abbr></a></em></dt>
Expand Down
2 changes: 1 addition & 1 deletion docs/php/master/renderer.index

Large diffs are not rendered by default.

0 comments on commit 652fb81

Please sign in to comment.