Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F123734302
PhabricatorCalendarImportTransaction.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
Tue, Jul 29, 08:23
Size
390 B
Mime Type
text/x-php
Expires
Thu, Jul 31, 08:23 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27715535
Attached To
rPH Phabricator
PhabricatorCalendarImportTransaction.php
View Options
<?php
final
class
PhabricatorCalendarImportTransaction
extends
PhabricatorModularTransaction
{
public
function
getApplicationName
()
{
return
'calendar'
;
}
public
function
getApplicationTransactionType
()
{
return
PhabricatorCalendarImportPHIDType
::
TYPECONST
;
}
public
function
getBaseTransactionClass
()
{
return
'PhabricatorCalendarImportTransactionType'
;
}
}
Event Timeline
Log In to Comment