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