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 PhabricatorPeopleOwnerDatasource extends PhabricatorTypeaheadComposit..

Decoded Output download

<?php

final class PhabricatorPeopleOwnerDatasource
  extends PhabricatorTypeaheadCompositeDatasource {

  public function getBrowseTitle() {
    return pht('Browse Owners');
  }

  public function getPlaceholderText() {
    return pht('Type a username or function...');
  }

  public function getComponentDatasources() {
    return array(
      new PhabricatorViewerDatasource(),
      new PhabricatorPeopleNoOwnerDatasource(),
      new PhabricatorPeopleAnyOwnerDatasource(),
      new PhabricatorPeopleDatasource(),
      new PhabricatorProjectMembersDatasource(),
    );
  }

}
 ?>

Did this file decode correctly?

Original Code

<?php

final class PhabricatorPeopleOwnerDatasource
  extends PhabricatorTypeaheadCompositeDatasource {

  public function getBrowseTitle() {
    return pht('Browse Owners');
  }

  public function getPlaceholderText() {
    return pht('Type a username or function...');
  }

  public function getComponentDatasources() {
    return array(
      new PhabricatorViewerDatasource(),
      new PhabricatorPeopleNoOwnerDatasource(),
      new PhabricatorPeopleAnyOwnerDatasource(),
      new PhabricatorPeopleDatasource(),
      new PhabricatorProjectMembersDatasource(),
    );
  }

}

Function Calls

None

Variables

None

Stats

MD5 659d156cb3687f8f2905170ec938f2b0
Eval Count 0
Decode Time 117 ms