Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97212723
PhabricatorProjectEditController.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
Fri, Jan 3, 12:16
Size
264 B
Mime Type
text/x-php
Expires
Sun, Jan 5, 12:16 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23355839
Attached To
rPH Phabricator
PhabricatorProjectEditController.php
View Options
<?php
final
class
PhabricatorProjectEditController
extends
PhabricatorProjectController
{
public
function
handleRequest
(
AphrontRequest
$request
)
{
return
id
(
new
PhabricatorProjectEditEngine
())
->
setController
(
$this
)
->
buildResponse
();
}
}
Event Timeline
Log In to Comment