Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F116929183
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
Tue, Jun 10, 06:42
Size
152 B
Mime Type
text/x-php
Expires
Thu, Jun 12, 06:42 (2 d)
Engine
blob
Format
Raw Data
Handle
26693703
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