Searched refs:controlValue (Results 1 – 14 of 14) sorted by relevance
81 protected $controlValue; variable in FreeDSx\\Ldap\\Control\\Control86 * @param null|mixed $controlValue88 … public function __construct(string $controlType, bool $criticality = false, $controlValue = null) argument92 $this->controlValue = $controlValue;134 * @param AbstractType|ProtocolElementInterface|string|null $controlValue137 public function setValue($controlValue) argument139 $this->controlValue = $controlValue;149 return $this->controlValue;163 if ($this->controlValue !== null) {165 if ($this->controlValue instanceof AbstractType) {[all …]
126 $this->controlValue = Asn1::sequence(
127 $this->controlValue = $response;
170 $this->controlValue = Asn1::sequence(178 $this->controlValue->addChild(Asn1::context(1, $this->filter->toAsn1()));180 $this->controlValue->addChild(Asn1::context(0, Asn1::sequence(
128 $this->controlValue = Asn1::sequence(134 $this->controlValue->addChild(new OctetStringType($this->contextId));
122 $this->controlValue = Asn1::sequence(Asn1::enumerated($this->result));124 $this->controlValue->addChild(Asn1::context(0, Asn1::octetString($this->attribute)));
139 $this->controlValue = Asn1::sequenceOf();149 $this->controlValue->addChild($child);
85 $this->controlValue = Asn1::sequence(Asn1::integer($this->flags));
70 $this->controlValue = Asn1::octetString($this->sid);
73 $this->controlValue = Asn1::sequence(Asn1::integer($this->isEnabled ? 1 : 0));
104 $this->controlValue = Asn1::sequence(Asn1::integer($useHexFormat));
137 $this->controlValue = Asn1::sequence(
128 $this->controlValue = Asn1::sequence(
188 $this->controlValue = Asn1::sequence(