1 | <?php |
||
15 | class SiteProcess extends ProcessBase |
||
16 | { |
||
17 | /** |
||
18 | * Process arguments and options per the site alias and build the |
||
19 | * actual command to run. |
||
20 | */ |
||
21 | public function __construct(AliasRecord $siteAlias, $args, $options = [], $optionsPassedAsArgs = []) |
||
27 | |||
28 | /** |
||
29 | * @inheritDoc |
||
30 | */ |
||
31 | public function getCommandLine() |
||
39 | } |
||
40 |