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 Mar 18, 2024
1 parent 9827e09 commit 1501842
Show file tree
Hide file tree
Showing 76 changed files with 18,234 additions and 2,814 deletions.
40 changes: 20 additions & 20 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 @@ -388,7 +388,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 +432,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 +455,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 +479,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 +513,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 +537,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 +571,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 +605,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 +639,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 +673,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 +696,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 +730,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 +763,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 +797,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 +830,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 +864,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 +903,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 @@ -952,7 +952,7 @@ <h4>Parameters</h4>
</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>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.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>
Expand Down Expand Up @@ -990,7 +990,7 @@ <h4>Parameters</h4>
</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#L351">at line 351</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
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
4 changes: 2 additions & 2 deletions api/Drush/Commands/AutowireTrait.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h1>AutowireTrait


<p> trait
<strong>AutowireTrait</strong> (<a href="https://github.com/drush-ops/drush/blob/12.x/src/Commands/AutowireTrait.php">View source</a>)
<strong>AutowireTrait</strong> (<a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/AutowireTrait.php">View source</a>)
</p>


Expand Down Expand Up @@ -122,7 +122,7 @@ <h2>Details</h2>
<div id="method-details">
<div class="method-item">
<h3 id="method_create">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Commands/AutowireTrait.php#L26">at line 26</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/AutowireTrait.php#L26">at line 26</a></div>
<code> static <a href="../../Drush/Commands/AutowireTrait.html"><abbr title="Drush\Commands\AutowireTrait">AutowireTrait</abbr></a>
<strong>create</strong>(<abbr title="Psr\Container\ContainerInterface">ContainerInterface</abbr> $container)
</code>
Expand Down
Loading

0 comments on commit 1501842

Please sign in to comment.