Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102746897
ProjectColumnSearchConduitAPIMethod.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Feb 23, 18:40
Size
386 B
Mime Type
text/x-php
Expires
Tue, Feb 25, 18:40 (2 d)
Engine
blob
Format
Raw Data
Handle
24384641
Attached To
rPH Phabricator
ProjectColumnSearchConduitAPIMethod.php
View Options
<?php
final
class
ProjectColumnSearchConduitAPIMethod
extends
PhabricatorSearchEngineAPIMethod
{
public
function
getAPIMethodName
()
{
return
'project.column.search'
;
}
public
function
newSearchEngine
()
{
return
new
PhabricatorProjectColumnSearchEngine
();
}
public
function
getMethodSummary
()
{
return
pht
(
'Read information about workboard columns.'
);
}
}
Event Timeline
Log In to Comment