示例#1
0
 /**
  * 
  * @param int $lvl -- obfuscation:
  *                      0|false - no
  *                      1|true - JS
  * @param array $opt -- options
  */
 public function __construct($lvl = 0, $opt = [])
 {
     parent::__construct((int) $lvl, (array) $opt);
 }