Page MenuHomePhorge

PhabricatorAphlictManagementStartWorkflow.php
No OneTemporary

Size
407 B
Referenced Files
None
Subscribers
None

PhabricatorAphlictManagementStartWorkflow.php

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

File Metadata

Mime Type
text/x-php
Expires
Wed, Jun 18, 1:39 PM (1 d, 23 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
236012
Default Alt Text
PhabricatorAphlictManagementStartWorkflow.php (407 B)

Event Timeline