Adldap\Connections\Provider::newSearchFactory PHP Method

newSearchFactory() protected method

Creates a new search factory.
protected newSearchFactory ( Adldap\Connections\ConnectionInterface $connection, Adldap\Schemas\SchemaInterface $schema, string $baseDn ) : Factory
$connection Adldap\Connections\ConnectionInterface
$schema Adldap\Schemas\SchemaInterface
$baseDn string
return Adldap\Search\Factory
    protected function newSearchFactory(ConnectionInterface $connection, SchemaInterface $schema, $baseDn)
    {
        return new SearchFactory($connection, $schema, $baseDn);
    }