Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F104794767
ConpherenceEditConduitAPIMethod.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, Mar 12, 11:00
Size
388 B
Mime Type
text/x-php
Expires
Fri, Mar 14, 11:00 (1 d, 19 h)
Engine
blob
Format
Raw Data
Handle
24855589
Attached To
rPH Phabricator
ConpherenceEditConduitAPIMethod.php
View Options
<?php
final
class
ConpherenceEditConduitAPIMethod
extends
PhabricatorEditEngineAPIMethod
{
public
function
getAPIMethodName
()
{
return
'conpherence.edit'
;
}
public
function
newEditEngine
()
{
return
new
ConpherenceEditEngine
();
}
public
function
getMethodSummary
()
{
return
pht
(
'Apply transactions to create a new room or edit an existing one.'
);
}
}
Event Timeline
Log In to Comment