Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96123125
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
Sun, Dec 22, 21:40
Size
465 B
Mime Type
text/x-php
Expires
Tue, Dec 24, 21:40 (2 d)
Engine
blob
Format
Raw Data
Handle
23127708
Attached To
rPH Phabricator
PhabricatorSlowvoteChoice.php
View Options
<?php
final
class
PhabricatorSlowvoteChoice
extends
PhabricatorSlowvoteDAO
{
protected
$pollID
;
protected
$optionID
;
protected
$authorPHID
;
protected
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