[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/src/applications/aphlict/management/ -> PhabricatorAphlictManagementDebugWorkflow.php (source)

   1  <?php
   2  
   3  final class PhabricatorAphlictManagementDebugWorkflow
   4    extends PhabricatorAphlictManagementWorkflow {
   5  
   6    public function didConstruct() {
   7      $this
   8        ->setName('debug')
   9        ->setSynopsis(
  10          pht(
  11            'Start the notifications server in the foreground and print large '.
  12            'volumes of diagnostic information to the console.'))
  13        ->setArguments(array());
  14    }
  15  
  16    public function execute(PhutilArgumentParser $args) {
  17      $this->willLaunch();
  18      return $this->launch(true);
  19    }
  20  
  21  }


Generated: Sun Nov 30 09:20:46 2014 Cross-referenced by PHPXref 0.7.1