Cheetah
Classes | Variables
ChPollModule.php File Reference

Go to the source code of this file.

Classes

class  ChCheckerPoll
 
class  ChPollModule
 

Variables

const CH_POLL_VOTE_UNIQ 60*60*24*30
 
const CH_POLL_ANS_DIVIDER '<delim>'
 
const CH_POLL_RES_DIVIDER ';'
 
const POLL_ERROR_OCCURED _t( '_Error occured')
 
const POLL_EMPTY_FIELDS _t( '_please_fill_next_fields_first')
 
const POLL_CREATED _t( '_ch_poll_created')
 
const POLL_EDITED _t( '_ch_poll_was_edited')
 
const POLL_MAX_REACHED _t( '_ch_poll_max_reached')
 
const POLL_NOT_ALLOW _t( '_ch_poll_not_available')
 

Variable Documentation

◆ CH_POLL_ANS_DIVIDER

const CH_POLL_ANS_DIVIDER '<delim>'

Definition at line 17 of file ChPollModule.php.

◆ CH_POLL_RES_DIVIDER

const CH_POLL_RES_DIVIDER ';'

Definition at line 18 of file ChPollModule.php.

◆ CH_POLL_VOTE_UNIQ

const CH_POLL_VOTE_UNIQ 60*60*24*30

This work, "Cheetah - https://www.cheetahwsb.com", is a derivative of "Dolphin Pro V7.4.2" by BoonEx Pty Limited - https://www.boonex.com/, used under CC-BY. "Cheetah" is licensed under CC-BY by Dean J. Bassett Jr. CC-BY License - http://creativecommons.org/licenses/by/3.0/

Definition at line 16 of file ChPollModule.php.

◆ POLL_CREATED

const POLL_CREATED _t( '_ch_poll_created')

Definition at line 22 of file ChPollModule.php.

◆ POLL_EDITED

const POLL_EDITED _t( '_ch_poll_was_edited')

Definition at line 23 of file ChPollModule.php.

◆ POLL_EMPTY_FIELDS

const POLL_EMPTY_FIELDS _t( '_please_fill_next_fields_first')

Definition at line 21 of file ChPollModule.php.

◆ POLL_ERROR_OCCURED

const POLL_ERROR_OCCURED _t( '_Error occured')

Definition at line 20 of file ChPollModule.php.

◆ POLL_MAX_REACHED

const POLL_MAX_REACHED _t( '_ch_poll_max_reached')

Definition at line 24 of file ChPollModule.php.

◆ POLL_NOT_ALLOW

const POLL_NOT_ALLOW _t( '_ch_poll_not_available')

Definition at line 25 of file ChPollModule.php.