Page MenuHomePhorge

PonderConstants.php
No OneTemporary

Size
180 B
Referenced Files
None
Subscribers
None

PonderConstants.php

<?php
final class PonderConstants {
const UP_VOTE = 1;
const NONE_VOTE = 0;
const DOWN_VOTE = -1;
const ANSWERED_LITERAL = "answered";
const ASKED_LITERAL = "asked";
}

File Metadata

Mime Type
text/x-php
Expires
Tue, Sep 16, 3:44 PM (1 d, 23 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
381465
Default Alt Text
PonderConstants.php (180 B)

Event Timeline