Namshi\Notificator\Manager::__construct PHP Метод

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

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;
    }