Searched refs:attributesOnly (Results 1 – 1 of 1) sorted by relevance
116 protected $attributesOnly = false; variable in FreeDSx\\Ldap\\Operation\\Request\\SearchRequest344 return $this->attributesOnly;348 * @param bool $attributesOnly351 public function setAttributesOnly(bool $attributesOnly) argument353 $this->attributesOnly = $attributesOnly;447 Asn1::boolean($this->attributesOnly),