Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F106522005
PhameBlogEditConduitAPIMethod.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 26, 18:42
Size
342 B
Mime Type
text/x-php
Expires
Fri, Mar 28, 18:42 (2 d)
Engine
blob
Format
Raw Data
Handle
25179933
Attached To
rPH Phabricator
PhameBlogEditConduitAPIMethod.php
View Options
<?php
final
class
PhameBlogEditConduitAPIMethod
extends
PhabricatorEditEngineAPIMethod
{
public
function
getAPIMethodName
()
{
return
'phame.blog.edit'
;
}
public
function
newEditEngine
()
{
return
new
PhameBlogEditEngine
();
}
public
function
getMethodSummary
()
{
return
pht
(
'Create or edit blogs in Phame.'
);
}
}
Event Timeline
Log In to Comment