Page MenuHomec4science

PhameBlogSearchConduitAPIMethod.php
No OneTemporary

File Metadata

Created
Wed, Feb 12, 01:22

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