Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101229598
PonderVote.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, Feb 7, 00:38
Size
152 B
Mime Type
text/x-php
Expires
Sun, Feb 9, 00:38 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24115698
Attached To
rPH Phabricator
PonderVote.php
View Options
<?php
/**
* @group ponder
*/
final
class
PonderVote
extends
PonderConstants
{
const
VOTE_UP
=
1
;
const
VOTE_NONE
=
0
;
const
VOTE_DOWN
=
-
1
;
}
Event Timeline
Log In to Comment