Page MenuHomePhorge

PhabricatorPackagesVersionSearchConduitAPIMethod.php
No OneTemporary

PhabricatorPackagesVersionSearchConduitAPIMethod.php

<?php
final class PhabricatorPackagesVersionSearchConduitAPIMethod
extends PhabricatorSearchEngineAPIMethod {
public function getAPIMethodName() {
return 'packages.version.search';
}
public function newSearchEngine() {
return new PhabricatorPackagesVersionSearchEngine();
}
public function getMethodSummary() {
return pht('Read information about versions.');
}
}

File Metadata

Mime Type
text/x-php
Expires
Thu, Mar 27, 01:32 (1 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1201391
Default Alt Text
PhabricatorPackagesVersionSearchConduitAPIMethod.php (394 B)

Event Timeline