Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DSearchRequest.php116 protected $attributesOnly = false;
344 return $this->attributesOnly;
348 * @param bool $attributesOnly
351 public function setAttributesOnly(bool $attributesOnly)
353 $this->attributesOnly = $attributesOnly;
447 Asn1::boolean($this->attributesOnly),
114 protected $attributesOnly = false; global() variable in FreeDSx\\Ldap\\Operation\\Request\\SearchRequest
349 setAttributesOnly(bool $attributesOnly) global() argument