Page MenuHomePhorge

PhabricatorAphlictManagementStartWorkflow.php
No OneTemporary

Size
444 B
Referenced Files
None
Subscribers
None

PhabricatorAphlictManagementStartWorkflow.php

<?php
final class PhabricatorAphlictManagementStartWorkflow
extends PhabricatorAphlictManagementWorkflow {
protected function didConstruct() {
$this
->setName('start')
->setSynopsis(pht('Start the notifications server.'))
->setArguments($this->getLaunchArguments());
}
public function execute(PhutilArgumentParser $args) {
$this->parseLaunchArguments($args);
return $this->executeStartCommand();
}
}

File Metadata

Mime Type
text/x-php
Expires
Tue, May 13, 1:17 PM (1 d, 23 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
124386
Default Alt Text
PhabricatorAphlictManagementStartWorkflow.php (444 B)

Event Timeline