public function __construct(TraceSimplifier $traceSimplifier = null) { if (!$traceSimplifier) { $traceSimplifier = new TraceSimplifier(); } $this->traceSimplifier = $traceSimplifier; $this->theme = new DefaultTheme(); $this->colors = $this->theme->getTheme(); }
public function setTheme(DefaultTheme $theme) { $this->theme = $theme->getTheme(); }