Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92693030
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
Fri, Nov 22, 20:17
Size
477 B
Mime Type
text/x-php
Expires
Sun, Nov 24, 20:17 (2 d)
Engine
blob
Format
Raw Data
Handle
22489088
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