Page MenuHomePhorge

PhabricatorBadgesSearchConduitAPIMethod.php
No OneTemporary

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
Sun, Jan 19, 13:47 (3 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1125214
Default Alt Text
PhabricatorBadgesSearchConduitAPIMethod.php (363 B)

Event Timeline