Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F106122776
AlmanacNamespaceEditConduitAPIMethod.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, 17:43
Size
409 B
Mime Type
text/x-php
Expires
Mon, Mar 24, 17:43 (2 d)
Engine
blob
Format
Raw Data
Handle
25117747
Attached To
rPH Phabricator
AlmanacNamespaceEditConduitAPIMethod.php
View Options
<?php
final
class
AlmanacNamespaceEditConduitAPIMethod
extends
PhabricatorEditEngineAPIMethod
{
public
function
getAPIMethodName
()
{
return
'almanac.namespace.edit'
;
}
public
function
newEditEngine
()
{
return
new
AlmanacNamespaceEditEngine
();
}
public
function
getMethodSummary
()
{
return
pht
(
'Apply transactions to create a new namespace or edit an existing one.'
);
}
}
Event Timeline
Log In to Comment