Exemple #1
0
 /**
  * @inheritdoc
  */
 public function __construct($name = null, array $data = [], $dataName = '')
 {
     parent::__construct($name, $data, $dataName);
     // Set debugger options
     Debugger::$documentRoot = 'E:\\GitHub\\';
     Debugger::$showCalledFrom = false;
     Debugger::$output = false;
 }