Ejemplo n.º 1
0
 public function __construct(array $connections, LoggerInterface $log = null, Time $time = null)
 {
     parent::__construct($connections, $log, $time);
     if ($time == null) {
         $time = new SystemTime();
     }
     $this->time = $time;
 }