Page MenuHomestyx hydra

PhabricatorAphlictManagementStartWorkflow.php
No OneTemporary

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
Wed, Nov 26, 8:37 PM (18 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
416581
Default Alt Text
PhabricatorAphlictManagementStartWorkflow.php (444 B)

Event Timeline