Skip to content

Commit

Permalink
[CI] Add Doctum build
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman authored and actions-user committed Apr 10, 2024
1 parent 3e15fc7 commit d874573
Show file tree
Hide file tree
Showing 118 changed files with 20,302 additions and 3,692 deletions.
86 changes: 19 additions & 67 deletions api/Drush/Application.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h1>Application


<p> class
<strong>Application</strong> extends <abbr title="Symfony\Component\Console\Application">Application</abbr> implements <abbr title="Psr\Log\LoggerAwareInterface">LoggerAwareInterface</abbr>, <abbr title="Robo\Contract\ConfigAwareInterface">ConfigAwareInterface</abbr> (<a href="https://github.com/drush-ops/drush/blob/12.x/src/Application.php">View source</a>)
<strong>Application</strong> extends <abbr title="Symfony\Component\Console\Application">Application</abbr> implements <abbr title="Psr\Log\LoggerAwareInterface">LoggerAwareInterface</abbr>, <abbr title="Robo\Contract\ConfigAwareInterface">ConfigAwareInterface</abbr> (<a href="https://github.com/drush-ops/drush/blob/13.x/src/Application.php">View source</a>)
</p>


Expand Down Expand Up @@ -361,16 +361,6 @@ <h2>Methods</h2>
</div>
<div class="row">
<div class="col-md-2 type">

</div>
<div class="col-md-8">
<a href="#method_renderException">renderException</a>(<a target="_blank" rel="noopener" href="https://www.php.net/Exception">Exception</a> $e, <abbr title="Symfony\Component\Console\Output\OutputInterface">OutputInterface</abbr> $output)

<p><p>Renders a caught exception. Omits the command docs at end.</p></p> </div>
<div class="col-md-2"></div>
</div>
<div class="row">
<div class="col-md-2 type">
void
</div>
<div class="col-md-8">
Expand All @@ -388,7 +378,7 @@ <h2>Details</h2>
<div class="method-item">
<h3 id="method_getConfig">
<div class="location">in <a href="../Drush/Config/ConfigAwareTrait.html#method_getConfig">
<abbr title="Drush\Config\ConfigAwareTrait">ConfigAwareTrait</abbr></a> <a href="https://github.com/drush-ops/drush/blob/12.x/src/Config/ConfigAwareTrait.php#L21">at line 21</a></div>
<abbr title="Drush\Config\ConfigAwareTrait">ConfigAwareTrait</abbr></a> <a href="https://github.com/drush-ops/drush/blob/13.x/src/Config/ConfigAwareTrait.php#L21">at line 21</a></div>
<code> <a href="../Drush/Config/DrushConfig.html"><abbr title="Drush\Config\DrushConfig">DrushConfig</abbr></a>
<strong>getConfig</strong>()
</code>
Expand Down Expand Up @@ -432,7 +422,7 @@ <h4>See also</h4>
</div>
<div class="method-item">
<h3 id="method_configureGlobalOptions">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Application.php#L58">at line 58</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Application.php#L58">at line 58</a></div>
<code>
<strong>configureGlobalOptions</strong>()
</code>
Expand All @@ -455,7 +445,7 @@ <h3 id="method_configureGlobalOptions">
</div>
<div class="method-item">
<h3 id="method_bootstrapManager">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Application.php#L101">at line 101</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Application.php#L101">at line 101</a></div>
<code>
<strong>bootstrapManager</strong>()
</code>
Expand All @@ -479,7 +469,7 @@ <h3 id="method_bootstrapManager">
</div>
<div class="method-item">
<h3 id="method_setBootstrapManager">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Application.php#L106">at line 106</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Application.php#L106">at line 106</a></div>
<code>
<strong>setBootstrapManager</strong>(<a href="../Drush/Boot/BootstrapManager.html"><abbr title="Drush\Boot\BootstrapManager">BootstrapManager</abbr></a> $bootstrapManager)
</code>
Expand Down Expand Up @@ -513,7 +503,7 @@ <h4>Parameters</h4>
</div>
<div class="method-item">
<h3 id="method_aliasManager">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Application.php#L111">at line 111</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Application.php#L111">at line 111</a></div>
<code>
<strong>aliasManager</strong>()
</code>
Expand All @@ -537,7 +527,7 @@ <h3 id="method_aliasManager">
</div>
<div class="method-item">
<h3 id="method_setAliasManager">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Application.php#L116">at line 116</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Application.php#L116">at line 116</a></div>
<code>
<strong>setAliasManager</strong>($aliasManager)
</code>
Expand Down Expand Up @@ -571,7 +561,7 @@ <h4>Parameters</h4>
</div>
<div class="method-item">
<h3 id="method_setRedispatchHook">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Application.php#L121">at line 121</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Application.php#L121">at line 121</a></div>
<code>
<strong>setRedispatchHook</strong>(<a href="../Drush/Runtime/RedispatchHook.html"><abbr title="Drush\Runtime\RedispatchHook">RedispatchHook</abbr></a> $redispatchHook)
</code>
Expand Down Expand Up @@ -605,7 +595,7 @@ <h4>Parameters</h4>
</div>
<div class="method-item">
<h3 id="method_setTildeExpansionHook">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Application.php#L126">at line 126</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Application.php#L126">at line 126</a></div>
<code>
<strong>setTildeExpansionHook</strong>(<a href="../Drush/Runtime/TildeExpansionHook.html"><abbr title="Drush\Runtime\TildeExpansionHook">TildeExpansionHook</abbr></a> $tildeExpansionHook)
</code>
Expand Down Expand Up @@ -639,7 +629,7 @@ <h4>Parameters</h4>
</div>
<div class="method-item">
<h3 id="method_setServiceManager">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Application.php#L131">at line 131</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Application.php#L131">at line 131</a></div>
<code>
<strong>setServiceManager</strong>(<a href="../Drush/Runtime/ServiceManager.html"><abbr title="Drush\Runtime\ServiceManager">ServiceManager</abbr></a> $serviceManager)
</code>
Expand Down Expand Up @@ -673,7 +663,7 @@ <h4>Parameters</h4>
</div>
<div class="method-item">
<h3 id="method_getUri">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Application.php#L139">at line 139</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Application.php#L139">at line 139</a></div>
<code>
<strong>getUri</strong>()
</code>
Expand All @@ -696,7 +686,7 @@ <h3 id="method_getUri">
</div>
<div class="method-item">
<h3 id="method_refineUriSelection">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Application.php#L151">at line 151</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Application.php#L151">at line 151</a></div>
<code>
<strong>refineUriSelection</strong>($cwd)
</code>
Expand Down Expand Up @@ -730,7 +720,7 @@ <h4>Parameters</h4>
</div>
<div class="method-item">
<h3 id="method_selectUri">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Application.php#L174">at line 174</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Application.php#L174">at line 174</a></div>
<code>
<strong>selectUri</strong>($cwd)
</code>
Expand Down Expand Up @@ -763,7 +753,7 @@ <h4>Parameters</h4>
</div>
<div class="method-item">
<h3 id="method_find">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Application.php#L186">at line 186</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Application.php#L186">at line 186</a></div>
<code>
<strong>find</strong>($name)
</code>
Expand Down Expand Up @@ -797,7 +787,7 @@ <h4>Parameters</h4>
</div>
<div class="method-item">
<h3 id="method_bootstrapAndFind">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Application.php#L204">at line 204</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Application.php#L204">at line 204</a></div>
<code> protected
<strong>bootstrapAndFind</strong>($name)
</code>
Expand Down Expand Up @@ -830,7 +820,7 @@ <h4>Parameters</h4>
</div>
<div class="method-item">
<h3 id="method_checkObsolete">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Application.php#L256">at line 256</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Application.php#L256">at line 256</a></div>
<code> protected
<strong>checkObsolete</strong>($command)
</code>
Expand Down Expand Up @@ -864,7 +854,7 @@ <h4>Parameters</h4>
</div>
<div class="method-item">
<h3 id="method_configureIO">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Application.php#L280">at line 280</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Application.php#L280">at line 280</a></div>
<code> protected
<strong>configureIO</strong>(<abbr title="Symfony\Component\Console\Input\InputInterface">InputInterface</abbr> $input, <abbr title="Symfony\Component\Console\Output\OutputInterface">OutputInterface</abbr> $output)
</code>
Expand Down Expand Up @@ -903,7 +893,7 @@ <h4>Parameters</h4>
</div>
<div class="method-item">
<h3 id="method_configureAndRegisterCommands">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Application.php#L309">at line 309</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Application.php#L309">at line 309</a></div>
<code>
<strong>configureAndRegisterCommands</strong>(<abbr title="Symfony\Component\Console\Input\InputInterface">InputInterface</abbr> $input, <abbr title="Symfony\Component\Console\Output\OutputInterface">OutputInterface</abbr> $output, $commandfileSearchpath, <abbr title="Composer\Autoload\ClassLoader">ClassLoader</abbr> $classLoader)
</code>
Expand Down Expand Up @@ -946,51 +936,13 @@ <h4>Parameters</h4>



</div>
</div>

</div>
<div class="method-item">
<h3 id="method_renderException">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Application.php#L341">at line 341</a></div>
<code>
<strong>renderException</strong>(<a target="_blank" rel="noopener" href="https://www.php.net/Exception">Exception</a> $e, <abbr title="Symfony\Component\Console\Output\OutputInterface">OutputInterface</abbr> $output)
</code>
</h3>
<div class="details">



<div class="method-description">
<p><p>Renders a caught exception. Omits the command docs at end.</p></p>
</div>
<div class="tags">
<h4>Parameters</h4>

<table class="table table-condensed">
<tr>
<td><a target="_blank" rel="noopener" href="https://www.php.net/Exception">Exception</a></td>
<td>$e</td>
<td></td>
</tr>
<tr>
<td><abbr title="Symfony\Component\Console\Output\OutputInterface">OutputInterface</abbr></td>
<td>$output</td>
<td></td>
</tr>
</table>





</div>
</div>

</div>
<div class="method-item">
<h3 id="method_renderThrowable">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Application.php#L351">at line 351</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Application.php#L341">at line 341</a></div>
<code> void
<strong>renderThrowable</strong>(<a target="_blank" rel="noopener" href="https://www.php.net/Throwable">Throwable</a> $e, <abbr title="Symfony\Component\Console\Output\OutputInterface">OutputInterface</abbr> $output)
</code>
Expand Down
2 changes: 1 addition & 1 deletion api/Drush/Attributes/HookSelector.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h1>HookSelector


<p> class
<strong>HookSelector</strong> extends <abbr title="Consolidation\AnnotatedCommand\Attributes\HookSelector">HookSelector</abbr> (<a href="https://github.com/drush-ops/drush/blob/12.x/src/Attributes/HookSelector.php">View source</a>)
<strong>HookSelector</strong> extends <abbr title="Consolidation\AnnotatedCommand\Attributes\HookSelector">HookSelector</abbr> (<a href="https://github.com/drush-ops/drush/blob/13.x/src/Attributes/HookSelector.php">View source</a>)
</p>


Expand Down
6 changes: 3 additions & 3 deletions api/Drush/Attributes/Obsolete.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h1>Obsolete


<p> class
<strong>Obsolete</strong> extends <a href="../../Drush/Attributes/NoArgumentsBase.html"><abbr title="Drush\Attributes\NoArgumentsBase">NoArgumentsBase</abbr></a> (<a href="https://github.com/drush-ops/drush/blob/12.x/src/Attributes/Obsolete.php">View source</a>)
<strong>Obsolete</strong> extends <a href="../../Drush/Attributes/NoArgumentsBase.html"><abbr title="Drush\Attributes\NoArgumentsBase">NoArgumentsBase</abbr></a> (<a href="https://github.com/drush-ops/drush/blob/13.x/src/Attributes/Obsolete.php">View source</a>)
</p>


Expand All @@ -95,7 +95,7 @@ <h1>Obsolete

<div class="description">
<p><p>Mark commands as obsolete. These commands are omitted from help list and when
user tries to run one, the command's description is shown. Example usage at <a href="https://github.com/drush-ops/drush/blob/12.x/src/Commands/LegacyCommands.php">https://github.com/drush-ops/drush/blob/12.x/src/Commands/LegacyCommands.php</a></p></p> </div>
user tries to run one, the command's description is shown. Example usage at <a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/LegacyCommands.php">https://github.com/drush-ops/drush/blob/13.x/src/Commands/LegacyCommands.php</a></p></p> </div>


<h2>Constants</h2> <table class="table table-condensed">
Expand Down Expand Up @@ -134,7 +134,7 @@ <h2>Details</h2>
<div id="method-details">
<div class="method-item">
<h3 id="method_handle">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Attributes/Obsolete.php#L19">at line 19</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Attributes/Obsolete.php#L19">at line 19</a></div>
<code> static
<strong>handle</strong>(ReflectionAttribute $attribute, <abbr title="Consolidation\AnnotatedCommand\Parser\CommandInfo">CommandInfo</abbr> $commandInfo)
</code>
Expand Down
Loading

0 comments on commit d874573

Please sign in to comment.