Exemplo n.º 1
0
 /**
  * Indicate whether parser should ignore constants or not
  *
  * @param  bool $flag
  * @return void
  */
 public static function setIgnoreConstants($flag)
 {
     self::$_ignoreConstants = (bool) $flag;
 }