Method |
Description |
|
ban ( $p_forum, array $p_params ) |
Method that adds ban for a user |
|
checkBanned ( mixed $p_params, $p_forum ) |
Method that checks for if a commenter is banned |
|
checkParamsBanned ( $p_name, $p_email, $p_ip, $p_forum ) : boolean |
Method that search for if a params are banned |
|
delete ( Newscoop\Entity\Comment\Acceptance $p_acceptance ) : void |
Delete user |
|
flush ( ) |
Flush mechanism |
|
isBanned ( $p_commenter, $p_forum ) : array |
Method that search for if a commenter is banned |
|
matched ( array $p_params ) |
|
|
save ( Newscoop\Entity\Comment\Acceptance $p_acceptance, array $p_values ) : void |
Save a acceptance criteria |
|
saveBanned ( Commenter $p_commenter, $p_forum, $p_values ) |
Method that save banned for a commenter |
|
unban ( $p_forum, array $p_params ) |
Method that removes ban for a user |
|