Page MenuHomec4science

PonderVote.php
No OneTemporary

File Metadata

Created
Sun, Apr 27, 16:51

PonderVote.php

<?php
final class PonderVote extends PonderConstants {
const VOTE_UP = 1;
const VOTE_NONE = 0;
const VOTE_DOWN = -1;
}

Event Timeline