Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98674050
PhabricatorCalendarEventEditConduitAPIMethod.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 15, 12:52
Size
418 B
Mime Type
text/x-php
Expires
Fri, Jan 17, 12:52 (2 d)
Engine
blob
Format
Raw Data
Handle
23611765
Attached To
rPH Phabricator
PhabricatorCalendarEventEditConduitAPIMethod.php
View Options
<?php
final
class
PhabricatorCalendarEventEditConduitAPIMethod
extends
PhabricatorEditEngineAPIMethod
{
public
function
getAPIMethodName
()
{
return
'calendar.event.edit'
;
}
public
function
newEditEngine
()
{
return
new
PhabricatorCalendarEventEditEngine
();
}
public
function
getMethodSummary
()
{
return
pht
(
'Apply transactions to create a new event or edit an existing one.'
);
}
}
Event Timeline
Log In to Comment