Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F107331719
UserEditConduitAPIMethod.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
Mon, Apr 7, 05:59
Size
398 B
Mime Type
text/x-php
Expires
Wed, Apr 9, 05:59 (2 d)
Engine
blob
Format
Raw Data
Handle
25368824
Attached To
rPH Phabricator
UserEditConduitAPIMethod.php
View Options
<?php
final
class
UserEditConduitAPIMethod
extends
PhabricatorEditEngineAPIMethod
{
public
function
getAPIMethodName
()
{
return
'user.edit'
;
}
public
function
newEditEngine
()
{
return
new
PhabricatorUserEditEngine
();
}
public
function
getMethodSummary
()
{
return
pht
(
'Apply transactions to edit a user. (Users can not be created via '
.
'the API.)'
);
}
}
Event Timeline
Log In to Comment