Page MenuHomec4science

PonderVote.php
No OneTemporary

File Metadata

Created
Mon, Jul 8, 08:03

PonderVote.php

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

Event Timeline