Method |
Description |
|
__clone ( ) |
Make sure to clone an OperatorCollection instance. |
|
__construct ( string | OperatorCollection $filter, array $attributes = [] ) |
|
|
getArguments ( ) |
|
|
getAttributes ( ) : array | null |
Get the attributes to be selected by the query operation. |
|
getBaseDn ( ) : string |
Get the base DN for the LDAP query operation. |
|
getFilter ( ) : string | OperatorCollection |
Get the filter for the LDAP query operation. |
|
getLdapFunction ( ) |
|
|
getLogArray ( ) |
|
|
getName ( ) |
|
|
getPageSize ( ) : integer | null |
Get the page size used for the LDAP query operation. |
|
getScope ( ) : null | string |
Get the scope type for the query operation. |
|
getSizeLimit ( ) : integer |
Get the size limit for the number of entries returned from LDAP. When set to 0 this means no limit. |
|
getUsePaging ( ) : boolean | null |
Get whether or not paging should be used for the query operation. |
|
setAttributes ( array $attributes ) |
Set the attributes to be selected for the query operation. |
|
setBaseDn ( string $baseDn ) |
Set the base DN for the LDAP query operation. |
|
setFilter ( string | OperatorCollection $filter ) |
Set the LDAP filter for the query operation. |
|
setPageSize ( integer $pageSize ) |
Set the page size used by the LDAP query operation. |
|
setScope ( $scope ) |
Set the scope for the LDAP query operation. |
|
setSizeLimit ( integer $sizeLimit ) |
Set the size limit for the number of entries returned from LDAP. When set to 0 this means no limit. |
|
setUsePaging ( boolean $paging ) |
Set whether or not paging should be used for the query operation. |
|