Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97988552
CountdownEditConduitAPIMethod.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
Wed, Jan 8, 08:09
Size
397 B
Mime Type
text/x-php
Expires
Fri, Jan 10, 08:09 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23472882
Attached To
rPH Phabricator
CountdownEditConduitAPIMethod.php
View Options
<?php
final
class
CountdownEditConduitAPIMethod
extends
PhabricatorEditEngineAPIMethod
{
public
function
getAPIMethodName
()
{
return
'countdown.edit'
;
}
public
function
newEditEngine
()
{
return
new
PhabricatorCountdownEditEngine
();
}
public
function
getMethodSummary
()
{
return
pht
(
'Apply transactions to create a new countdown or edit an existing one.'
);
}
}
Event Timeline
Log In to Comment