Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F478713
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
Wed, May 7, 8:19 AM (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
87361
Default Alt Text
PhabricatorCalendarNotification.php (661 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment