Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F117788920
PhabricatorFactCursor.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
Mon, Jun 16, 00:39
Size
477 B
Mime Type
text/x-php
Expires
Wed, Jun 18, 00:39 (2 d)
Engine
blob
Format
Raw Data
Handle
26792184
Attached To
rPH Phabricator
PhabricatorFactCursor.php
View Options
<?php
final
class
PhabricatorFactCursor
extends
PhabricatorFactDAO
{
protected
$name
;
protected
$position
;
public
function
getConfiguration
()
{
return
array
(
self
::
CONFIG_COLUMN_SCHEMA
=>
array
(
'name'
=>
'text64'
,
'position'
=>
'text64'
,
),
self
::
CONFIG_KEY_SCHEMA
=>
array
(
'name'
=>
array
(
'columns'
=>
array
(
'name'
),
'unique'
=>
true
,
),
),
)
+
parent
::
getConfiguration
();
}
}
Event Timeline
Log In to Comment