Page MenuHomec4science

PonderVote.php
No OneTemporary

File Metadata

Created
Wed, Jul 31, 20:32

PonderVote.php

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

Event Timeline