Page MenuHomestyx hydra

PhabricatorCalendarNotification.php
No OneTemporary

PhabricatorCalendarNotification.php

<?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

Mime Type
text/x-php
Expires
Thu, Feb 6, 1:59 AM (11 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33896
Default Alt Text
PhabricatorCalendarNotification.php (661 B)

Event Timeline