Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F118170994
PhabricatorCalendarEventEditProController.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
Wed, Jun 18, 05:48
Size
265 B
Mime Type
text/x-php
Expires
Fri, Jun 20, 05:48 (2 d)
Engine
blob
Format
Raw Data
Handle
26818948
Attached To
rPH Phabricator
PhabricatorCalendarEventEditProController.php
View Options
<?php
final
class
PhabricatorCalendarEventEditProController
extends
ManiphestController
{
public
function
handleRequest
(
AphrontRequest
$request
)
{
return
id
(
new
PhabricatorCalendarEditEngine
())
->
setController
(
$this
)
->
buildResponse
();
}
}
Event Timeline
Log In to Comment