LdapTools\Event\SymfonyEventDispatcher::__construct PHP Метод

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

public __construct ( Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher = null )
$dispatcher Symfony\Component\EventDispatcher\EventDispatcherInterface
    public function __construct(SymfonyEventDispatcherInterface $dispatcher = null)
    {
        $this->dispatcher = $dispatcher ?: new EventDispatcher();
    }