Adldap\Connections\Provider::newSearchFactory PHP 메소드

newSearchFactory() 보호된 메소드

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
리턴 Adldap\Search\Factory
    protected function newSearchFactory(ConnectionInterface $connection, SchemaInterface $schema, $baseDn)
    {
        return new SearchFactory($connection, $schema, $baseDn);
    }