Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102537375
PhabricatorCalendarExportEditController.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, Feb 21, 18:42
Size
279 B
Mime Type
text/x-php
Expires
Sun, Feb 23, 18:42 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24324796
Attached To
rPH Phabricator
PhabricatorCalendarExportEditController.php
View Options
<?php
final
class
PhabricatorCalendarExportEditController
extends
PhabricatorCalendarController
{
public
function
handleRequest
(
AphrontRequest
$request
)
{
return
id
(
new
PhabricatorCalendarExportEditEngine
())
->
setController
(
$this
)
->
buildResponse
();
}
}
Event Timeline
Log In to Comment