Home
last modified time | relevance | path

Searched refs:namingContext (Results 1 – 1 of 1) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DDirSync.php48 protected $namingContext;
82 * @param string|null $namingContext
86 public function __construct(LdapClient $client, ?string $namingContext = null, ?FilterInterface $filter = null, ...$attributes)
89 $this->namingContext = $namingContext;
195 * @param string|null $namingContext argument
198 public function useNamingContext(?string $namingContext)
200 $this->namingContext = $namingContext;
273 $this->search->base($this->namingContext
45 protected $namingContext; global() variable in FreeDSx\\Ldap\\Search\\DirSync
83 __construct(LdapClient $client, string $namingContext = null, FilterInterface $filter = null, ...$attributes) global() argument
[all...]