Page MenuHomePhorge

LegalpadDocumentSearchConduitAPIMethod.php
No OneTemporary

Size
385 B
Referenced Files
None
Subscribers
None

LegalpadDocumentSearchConduitAPIMethod.php

<?php
final class LegalpadDocumentSearchConduitAPIMethod
extends PhabricatorSearchEngineAPIMethod {
public function getAPIMethodName() {
return 'legalpad.document.search';
}
public function newSearchEngine() {
return new LegalpadDocumentSearchEngine();
}
public function getMethodSummary() {
return pht('Read information about legalpad documents.');
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, May 12, 4:35 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
123664
Default Alt Text
LegalpadDocumentSearchConduitAPIMethod.php (385 B)

Event Timeline