Searched refs:messageWrapper (Results 1 – 1 of 1) sorted by relevance
52 protected $messageWrapper; variable in FreeDSx\\Ldap\\Protocol\\LdapQueue109 * @param MessageWrapperInterface|null $messageWrapper112 public function setMessageWrapper(?MessageWrapperInterface $messageWrapper) argument114 $this->messageWrapper = $messageWrapper;124 if ($this->messageWrapper === null) {128 return $this->messageWrapper->unwrap($bytes);147 … $buffer .= $this->messageWrapper !== null ? $this->messageWrapper->wrap($encoded) : $encoded;