Searched refs:responseValue (Results 1 – 3 of 3) sorted by relevance
40 protected $responseValue; variable in FreeDSx\\Ldap\\Operation\\Response\\IntermediateResponse44 * @param null|string $responseValue46 public function __construct(?string $responseName, ?string $responseValue) argument49 $this->responseValue = $responseValue;65 return $this->responseValue;103 if ($this->responseValue !== null) {104 $response->addChild(Asn1::context(1, Asn1::octetString($this->responseValue)));
54 protected $responseValue; variable in FreeDSx\\Ldap\\Operation\\Response\\ExtendedResponse59 * @param null|string $responseValue61 …public function __construct(LdapResult $result, ?string $responseName = null, $responseValue = nul… argument63 $this->responseValue = $responseValue;85 return is_string($this->responseValue) ? $this->responseValue : null;114 if ($this->responseValue !== null) {116 $value = $this->responseValue;
61 …$this->responseValue = Asn1::sequence(Asn1::context(0, Asn1::octetString($this->generatedPassword)…