Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98092393
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
Thu, Jan 9, 17:03
Size
409 B
Mime Type
text/x-php
Expires
Sat, Jan 11, 17:03 (2 d)
Engine
blob
Format
Raw Data
Handle
23505027
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