LdapTools\Object\LdapObjectCreator::__construct PHP Метод

__construct() публичный Метод

public __construct ( LdapTools\Connection\LdapConnectionInterface $connection, LdapObjectSchemaFactory $schemaFactory, LdapTools\Event\EventDispatcherInterface $dispatcher )
$connection LdapTools\Connection\LdapConnectionInterface
$schemaFactory LdapTools\Factory\LdapObjectSchemaFactory
$dispatcher LdapTools\Event\EventDispatcherInterface
    public function __construct(LdapConnectionInterface $connection, LdapObjectSchemaFactory $schemaFactory, EventDispatcherInterface $dispatcher)
    {
        $this->connection = $connection;
        $this->schemaFactory = $schemaFactory;
        $this->dispatcher = $dispatcher;
        $this->hydrator = new OperationHydrator();
    }