Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F124153176
PonderConstants.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
Thu, Jul 31, 17:11
Size
180 B
Mime Type
text/x-php
Expires
Sat, Aug 2, 17:11 (2 d)
Engine
blob
Format
Raw Data
Handle
27809877
Attached To
rPH Phabricator
PonderConstants.php
View Options
<?php
final
class
PonderConstants
{
const
UP_VOTE
=
1
;
const
NONE_VOTE
=
0
;
const
DOWN_VOTE
=
-
1
;
const
ANSWERED_LITERAL
=
"answered"
;
const
ASKED_LITERAL
=
"asked"
;
}
Event Timeline
Log In to Comment