LdapTools\Factory\LdapObjectSchemaFactory::__construct PHP Метод

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

public __construct ( LdapTools\Cache\CacheInterface $cache, LdapTools\Schema\Parser\SchemaParserInterface $parser, LdapTools\Event\EventDispatcherInterface $dispatcher )
$cache LdapTools\Cache\CacheInterface
$parser LdapTools\Schema\Parser\SchemaParserInterface
$dispatcher LdapTools\Event\EventDispatcherInterface
    public function __construct(CacheInterface $cache, SchemaParserInterface $parser, EventDispatcherInterface $dispatcher)
    {
        $this->cache = $cache;
        $this->parser = $parser;
        $this->dispatcher = $dispatcher;
    }