Page MenuHomec4science

PhameBlogSearchConduitAPIMethod.php
No OneTemporary

File Metadata

Created
Mon, Jul 8, 08:27

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