Home
last modified time | relevance | path

Searched refs:sizeLimit (Results 1 – 1 of 1) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DSearchRequest.php44 * sizeLimit INTEGER (0 .. maxInt),
106 protected $sizeLimit = 0;
202 public function sizeLimit(int $size)
306 return $this->sizeLimit;
310 * @param int $sizeLimit
313 public function setSizeLimit(int $sizeLimit)
315 $this->sizeLimit = $sizeLimit;
390 $sizeLimit = $type->getChild(3);
405 && $sizeLimit instanceo
104 protected $sizeLimit = 0; global() variable in FreeDSx\\Ldap\\Operation\\Request\\SearchRequest
200 public function sizeLimit(int $size) global() function in FreeDSx\\Ldap\\Operation\\Request\\SearchRequest
311 setSizeLimit(int $sizeLimit) global() argument
[all...]