Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102216889
OwnersEditConduitAPIMethod.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
Tue, Feb 18, 09:11
Size
411 B
Mime Type
text/x-php
Expires
Thu, Feb 20, 09:11 (2 d)
Engine
blob
Format
Raw Data
Handle
24295511
Attached To
rPH Phabricator
OwnersEditConduitAPIMethod.php
View Options
<?php
final
class
OwnersEditConduitAPIMethod
extends
PhabricatorEditEngineAPIMethod
{
public
function
getAPIMethodName
()
{
return
'owners.edit'
;
}
public
function
newEditEngine
()
{
return
new
PhabricatorOwnersPackageEditEngine
();
}
public
function
getMethodSummary
()
{
return
pht
(
'Apply transactions to create a new Owners package or edit an existing '
.
'one.'
);
}
}
Event Timeline
Log In to Comment