Page MenuHomePhorge

PhabricatorPackagesVersionSearchConduitAPIMethod.php
No OneTemporary

Size
394 B
Referenced Files
None
Subscribers
None

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
Mon, May 12, 3:55 AM (1 d, 21 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
109081
Default Alt Text
PhabricatorPackagesVersionSearchConduitAPIMethod.php (394 B)

Event Timeline