Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91415045
ProjectEditConduitAPIMethod.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
Sun, Nov 10, 21:37
Size
390 B
Mime Type
text/x-php
Expires
Tue, Nov 12, 21:37 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22259922
Attached To
rPH Phabricator
ProjectEditConduitAPIMethod.php
View Options
<?php
final
class
ProjectEditConduitAPIMethod
extends
PhabricatorEditEngineAPIMethod
{
public
function
getAPIMethodName
()
{
return
'project.edit'
;
}
public
function
newEditEngine
()
{
return
new
PhabricatorProjectEditEngine
();
}
public
function
getMethodSummary
()
{
return
pht
(
'Apply transactions to create a new project or edit an existing one.'
);
}
}
Event Timeline
Log In to Comment