Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92730272
DiffusionRepositoryEditConduitAPIMethod.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, Nov 23, 05:28
Size
429 B
Mime Type
text/x-php
Expires
Mon, Nov 25, 05:28 (2 d)
Engine
blob
Format
Raw Data
Handle
22499461
Attached To
rPH Phabricator
DiffusionRepositoryEditConduitAPIMethod.php
View Options
<?php
final
class
DiffusionRepositoryEditConduitAPIMethod
extends
PhabricatorEditEngineAPIMethod
{
public
function
getAPIMethodName
()
{
return
'diffusion.repository.edit'
;
}
public
function
newEditEngine
()
{
return
new
DiffusionRepositoryEditEngine
();
}
public
function
getMethodSummary
()
{
return
pht
(
'Apply transactions to create a new repository or edit an existing '
.
'one.'
);
}
}
Event Timeline
Log In to Comment