Page MenuHomestyx hydra

PhabricatorAphlictManagementStartWorkflow.php
No OneTemporary

PhabricatorAphlictManagementStartWorkflow.php

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

File Metadata

Mime Type
text/x-php
Expires
Wed, Feb 4, 3:18 AM (18 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
665817
Default Alt Text
PhabricatorAphlictManagementStartWorkflow.php (381 B)

Event Timeline