Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F106080119
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
Sat, Mar 22, 04:28
Size
342 B
Mime Type
text/x-php
Expires
Mon, Mar 24, 04:28 (1 d, 5 h)
Engine
blob
Format
Raw Data
Handle
25110297
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