Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102584871
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
Sat, Feb 22, 06:14
Size
265 B
Mime Type
text/x-php
Expires
Mon, Feb 24, 06:14 (2 d)
Engine
blob
Format
Raw Data
Handle
24370009
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