Namshi\Notificator\Manager::__construct PHP Method

__construct() public method

Constructor.
public __construct ( array $handlers = [], Psr\Log\LoggerInterface $logger = null )
$handlers array
$logger Psr\Log\LoggerInterface
    public function __construct(array $handlers = array(), LoggerInterface $logger = null)
    {
        $this->handlers = $handlers;
        $this->logger = $logger;
    }