Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101584142
PhamePostEditConduitAPIMethod.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
Tue, Feb 11, 19:18
Size
347 B
Mime Type
text/x-php
Expires
Thu, Feb 13, 19:18 (2 d)
Engine
blob
Format
Raw Data
Handle
24191263
Attached To
rPH Phabricator
PhamePostEditConduitAPIMethod.php
View Options
<?php
final
class
PhamePostEditConduitAPIMethod
extends
PhabricatorEditEngineAPIMethod
{
public
function
getAPIMethodName
()
{
return
'phame.post.edit'
;
}
public
function
newEditEngine
()
{
return
new
PhamePostEditEngine
();
}
public
function
getMethodSummary
()
{
return
pht
(
'Create or edit blog posts in Phame.'
);
}
}
Event Timeline
Log In to Comment