Page MenuHomePhorge

PhabricatorBadgesSearchConduitAPIMethod.php
No OneTemporary

Size
363 B
Referenced Files
None
Subscribers
None

PhabricatorBadgesSearchConduitAPIMethod.php

<?php
final class PhabricatorBadgesSearchConduitAPIMethod
extends PhabricatorSearchEngineAPIMethod {
public function getAPIMethodName() {
return 'badge.search';
}
public function newSearchEngine() {
return new PhabricatorBadgesSearchEngine();
}
public function getMethodSummary() {
return pht('Read information about badges.');
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, May 5, 10:18 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
74339
Default Alt Text
PhabricatorBadgesSearchConduitAPIMethod.php (363 B)

Event Timeline