Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100875908
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
Mon, Feb 3, 12:50
Size
429 B
Mime Type
text/x-php
Expires
Wed, Feb 5, 12:50 (2 d)
Engine
blob
Format
Raw Data
Handle
24045164
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