Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91661481
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
Wed, Nov 13, 05:21
Size
347 B
Mime Type
text/x-php
Expires
Fri, Nov 15, 05:21 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22302958
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