Esempio n. 1
0
 /**
  * {@inheritDoc}
  *
  * Extend climate to add our default styles in
  */
 public function __construct()
 {
     parent::__construct();
     $this->style->addCommand("error", ["background_red", "white"]);
     $this->style->addCommand("highlight", ["background_cyan", "black"]);
 }