Page MenuHomePhorge

PhabricatorPhurlURLSearchConduitAPIMethod.php
No OneTemporary

Size
372 B
Referenced Files
None
Subscribers
None

PhabricatorPhurlURLSearchConduitAPIMethod.php

<?php
final class PhabricatorPhurlURLSearchConduitAPIMethod
extends PhabricatorSearchEngineAPIMethod {
public function getAPIMethodName() {
return 'phurls.search';
}
public function newSearchEngine() {
return new PhabricatorPhurlURLSearchEngine();
}
public function getMethodSummary() {
return pht('Read information about Phurl URLS.');
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, May 12, 4:00 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
96528
Default Alt Text
PhabricatorPhurlURLSearchConduitAPIMethod.php (372 B)

Event Timeline