Remove product literal strings in "pht()", part 8
[phabricator.git] / src / applications / aphlict / management / PhabricatorAphlictManagementStopWorkflow.php
blobf7c270352b9ab1b4883dbd9328dee37ea32c6791
1 <?php
3 final class PhabricatorAphlictManagementStopWorkflow
4 extends PhabricatorAphlictManagementWorkflow {
6 protected function didConstruct() {
7 $this
8 ->setName('stop')
9 ->setSynopsis(pht('Stop the notification server.'))
10 ->setArguments($this->getLaunchArguments());
13 public function execute(PhutilArgumentParser $args) {
14 $this->parseLaunchArguments($args);
15 return $this->executeStopCommand();