Page MenuHomec4science

PhrictionContentSearchConduitAPIMethod.php
No OneTemporary

File Metadata

Created
Mon, Nov 4, 02:18

PhrictionContentSearchConduitAPIMethod.php

<?php
final class PhrictionContentSearchConduitAPIMethod
extends PhabricatorSearchEngineAPIMethod {
public function getAPIMethodName() {
return 'phriction.content.search';
}
public function newSearchEngine() {
return new PhrictionContentSearchEngine();
}
public function getMethodSummary() {
return pht('Read information about Phriction document history.');
}
}

Event Timeline