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/
DSearchRequest.php116 protected $attributesOnly = false; variable in FreeDSx\\Ldap\\Operation\\Request\\SearchRequest
344 return $this->attributesOnly;
348 * @param bool $attributesOnly
351 public function setAttributesOnly(bool $attributesOnly) argument
353 $this->attributesOnly = $attributesOnly;
447 Asn1::boolean($this->attributesOnly),