Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F825333
PhabricatorCalendarNotification.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
661 B
Referenced Files
None
Subscribers
None
PhabricatorCalendarNotification.php
View Options
<?php
final
class
PhabricatorCalendarNotification
extends
PhabricatorCalendarDAO
{
protected
$eventPHID
;
protected
$utcInitialEpoch
;
protected
$targetPHID
;
protected
$didNotifyEpoch
;
protected
function
getConfiguration
()
{
return
array
(
self
::
CONFIG_TIMESTAMPS
=>
false
,
self
::
CONFIG_COLUMN_SCHEMA
=>
array
(
'utcInitialEpoch'
=>
'epoch'
,
'didNotifyEpoch'
=>
'epoch'
,
),
self
::
CONFIG_KEY_SCHEMA
=>
array
(
'key_notify'
=>
array
(
'columns'
=>
array
(
'eventPHID'
,
'utcInitialEpoch'
,
'targetPHID'
),
'unique'
=>
true
,
),
),
)
+
parent
::
getConfiguration
();
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, May 30, 12:00 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
187052
Default Alt Text
PhabricatorCalendarNotification.php (661 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment