Page MenuHomec4science

PonderVote.php
No OneTemporary

File Metadata

Created
Tue, Jun 10, 06:42

PonderVote.php

<?php
/**
* @group ponder
*/
final class PonderVote extends PonderConstants {
const VOTE_UP = 1;
const VOTE_NONE = 0;
const VOTE_DOWN = -1;
}

Event Timeline