Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2358677
DifferentialDraft.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
515 B
Referenced Files
None
Subscribers
None
DifferentialDraft.php
View Options
<?php
final
class
DifferentialDraft
extends
DifferentialDAO
{
protected
$objectPHID
;
protected
$authorPHID
;
protected
$draftKey
;
protected
function
getConfiguration
()
{
return
array
(
self
::
CONFIG_COLUMN_SCHEMA
=>
array
(
'draftKey'
=>
'text64'
,
),
self
::
CONFIG_KEY_SCHEMA
=>
array
(
'key_unique'
=>
array
(
'columns'
=>
array
(
'objectPHID'
,
'authorPHID'
,
'draftKey'
),
'unique'
=>
true
,
),
),
)
+
parent
::
getConfiguration
();
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Sep 16, 3:03 PM (1 d, 23 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
447515
Default Alt Text
DifferentialDraft.php (515 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment