Page MenuHomec4science

PonderQuestionFerretEngine.php
No OneTemporary

File Metadata

Created
Sun, Aug 25, 23:03

PonderQuestionFerretEngine.php

<?php
final class PonderQuestionFerretEngine
extends PhabricatorFerretEngine {
public function getApplicationName() {
return 'ponder';
}
public function getScopeName() {
return 'question';
}
public function newSearchEngine() {
return new PonderQuestionSearchEngine();
}
}

Event Timeline