Viewing File: /home/ubuntu/code-backup/code_review/phabricator/src/applications/ponder/editor/PonderEditor.php

<?php

abstract class PonderEditor
  extends PhabricatorApplicationTransactionEditor {

  public function getEditorApplicationClass() {
    return 'PhabricatorPonderApplication';
  }

   protected function getMailSubjectPrefix() {
    return '[Ponder]';
  }

}
Back to Directory File Manager