Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php final class PhabricatorAphlictManagementStartWorkflow extends PhabricatorAphlictM..

Decoded Output download

<?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();
  }

}
 ?>

Did this file decode correctly?

Original Code

<?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();
  }

}

Function Calls

None

Variables

None

Stats

MD5 2741be94de1968586ff78645ab487611
Eval Count 0
Decode Time 108 ms