Page MenuHomec4science

PhamePostSearchConduitAPIMethod.php
No OneTemporary

File Metadata

Created
Sun, Oct 13, 19:21

PhamePostSearchConduitAPIMethod.php

<?php
final class PhamePostSearchConduitAPIMethod
extends PhabricatorSearchEngineAPIMethod {
public function getAPIMethodName() {
return 'phame.post.search';
}
public function newSearchEngine() {
return new PhamePostSearchEngine();
}
public function getMethodSummary() {
return pht('Read information about blog posts.');
}
}

Event Timeline