Page MenuHomePhorge

DifferentialHiddenComment.php
No OneTemporary

Size
523 B
Referenced Files
None
Subscribers
None

DifferentialHiddenComment.php

<?php
final class DifferentialHiddenComment
extends DifferentialDAO {
protected $userPHID;
protected $commentID;
protected function getConfiguration() {
return array(
self::CONFIG_TIMESTAMPS => false,
self::CONFIG_KEY_SCHEMA => array(
'key_user' => array(
'columns' => array('userPHID', 'commentID'),
'unique' => true,
),
'key_comment' => array(
'columns' => array('commentID'),
),
),
) + parent::getConfiguration();
}
}

File Metadata

Mime Type
text/x-php
Expires
Tue, May 13, 1:16 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
97276
Default Alt Text
DifferentialHiddenComment.php (523 B)

Event Timeline