FusionDirectory
Public Member Functions | Static Public Member Functions | Protected Attributes
ldapSizeLimit Class Reference

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.
 

Detailed Description

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.

Member Function Documentation

◆ check()

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.

◆ checkMaxInputVars()

static checkMaxInputVars ( int  $newLimit,
string  $messageTemplate = NULL 
)
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()

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.


The documentation for this class was generated from the following file: