Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97581978
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
Sun, Jan 5, 11:10
Size
543 B
Mime Type
text/x-php
Expires
Tue, Jan 7, 11:10 (2 d)
Engine
blob
Format
Raw Data
Handle
23430762
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