FusionDirectory
|
Class ldapSizeLimit This class contains all informations and functions to handle the LDAP size limit dialogs, configuration and bypass. More...
Public Member Functions | |
update () | |
Handle sizelimit dialog related posts. | |
check () | |
Show sizelimit configuration dialog. More... | |
renderWarning () | |
Print a sizelimit warning. More... | |
Static Public Member Functions | |
static | checkMaxInputVars (int $newLimit, string $messageTemplate=NULL) |
Protected Attributes | |
$sizeLimit | |
Current size limit. | |
$ignore | |
Ignore dialogs. | |
$limitExceeded | |
Limit was exceeded. | |
Class ldapSizeLimit This class contains all informations and functions to handle the LDAP size limit dialogs, configuration and bypass.
Definition at line 31 of file class_ldapSizeLimit.inc.
check | ( | ) |
Show sizelimit configuration dialog.
Show sizelimit configuration dialog when number of entries exceeded the sizelimit
Definition at line 106 of file class_ldapSizeLimit.inc.
|
static |
Checks if a new limit or a number of entries is too high regarding to max_input_vars.
If there are more items in $_POST than max_input_vars, PHP will discard some of them and will cause a CSRF error.
Definition at line 145 of file class_ldapSizeLimit.inc.
References htmlescape().
renderWarning | ( | ) |
Print a sizelimit warning.
Print a sizelimit warning when number of entries exceeded the sizelimit
Definition at line 131 of file class_ldapSizeLimit.inc.