Page MenuHomePhorge

SlowvoteSearchConduitAPIMethod.php
No OneTemporary

Size
363 B
Referenced Files
None
Subscribers
None

SlowvoteSearchConduitAPIMethod.php

<?php
final class SlowvoteSearchConduitAPIMethod
extends PhabricatorSearchEngineAPIMethod {
public function getAPIMethodName() {
return 'slowvote.poll.search';
}
public function newSearchEngine() {
return new PhabricatorSlowvoteSearchEngine();
}
public function getMethodSummary() {
return pht('Read information about polls.');
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, May 12, 4:30 PM (1 d, 23 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
98190
Default Alt Text
SlowvoteSearchConduitAPIMethod.php (363 B)

Event Timeline