Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92732506
PhabricatorSlowvoteChoice.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
Sat, Nov 23, 06:02
Size
462 B
Mime Type
text/x-php
Expires
Mon, Nov 25, 06:02 (2 d)
Engine
blob
Format
Raw Data
Handle
22500566
Attached To
rPH Phabricator
PhabricatorSlowvoteChoice.php
View Options
<?php
final
class
PhabricatorSlowvoteChoice
extends
PhabricatorSlowvoteDAO
{
protected
$pollID
;
protected
$optionID
;
protected
$authorPHID
;
public
function
getConfiguration
()
{
return
array
(
self
::
CONFIG_KEY_SCHEMA
=>
array
(
'pollID'
=>
array
(
'columns'
=>
array
(
'pollID'
),
),
'authorPHID'
=>
array
(
'columns'
=>
array
(
'authorPHID'
),
),
),
)
+
parent
::
getConfiguration
();
}
}
Event Timeline
Log In to Comment