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