Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F107618934
PhabricatorFactObjectDimension.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Apr 9, 07:48
Size
543 B
Mime Type
text/x-php
Expires
Fri, Apr 11, 07:48 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25416035
Attached To
rPH Phabricator
PhabricatorFactObjectDimension.php
View Options
<?php
final
class
PhabricatorFactObjectDimension
extends
PhabricatorFactDimension
{
protected
$objectPHID
;
protected
function
getConfiguration
()
{
return
array
(
self
::
CONFIG_TIMESTAMPS
=>
false
,
self
::
CONFIG_COLUMN_SCHEMA
=>
array
(),
self
::
CONFIG_KEY_SCHEMA
=>
array
(
'key_object'
=>
array
(
'columns'
=>
array
(
'objectPHID'
),
'unique'
=>
true
,
),
),
)
+
parent
::
getConfiguration
();
}
protected
function
getDimensionColumnName
()
{
return
'objectPHID'
;
}
}
Event Timeline
Log In to Comment