Page MenuHomec4science

PhameBlogSearchConduitAPIMethod.php
No OneTemporary

File Metadata

Created
Sat, Feb 15, 03:13

PhameBlogSearchConduitAPIMethod.php

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

Event Timeline