Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F555426
PhabricatorSlowvoteOption.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
431 B
Referenced Files
None
Subscribers
None
PhabricatorSlowvoteOption.php
View Options
<?php
final
class
PhabricatorSlowvoteOption
extends
PhabricatorSlowvoteDAO
{
protected
$pollID
;
protected
$name
;
protected
function
getConfiguration
()
{
return
array
(
self
::
CONFIG_COLUMN_SCHEMA
=>
array
(
'name'
=>
'text255'
,
),
self
::
CONFIG_KEY_SCHEMA
=>
array
(
'pollID'
=>
array
(
'columns'
=>
array
(
'pollID'
),
),
),
)
+
parent
::
getConfiguration
();
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 12, 6:35 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
112881
Default Alt Text
PhabricatorSlowvoteOption.php (431 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment