Page MenuHomec4science

PhabricatorPhurlURLSearchConduitAPIMethod.php
No OneTemporary

File Metadata

Created
Sun, Jul 28, 07:42

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.');
}
}

Event Timeline