Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F106102612
PhabricatorPhurlURLEditController.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, Mar 22, 10:55
Size
263 B
Mime Type
text/x-php
Expires
Mon, Mar 24, 10:55 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25040933
Attached To
rPH Phabricator
PhabricatorPhurlURLEditController.php
View Options
<?php
final
class
PhabricatorPhurlURLEditController
extends
PhabricatorPhurlController
{
public
function
handleRequest
(
AphrontRequest
$request
)
{
return
id
(
new
PhabricatorPhurlURLEditEngine
())
->
setController
(
$this
)
->
buildResponse
();
}
}
Event Timeline
Log In to Comment