/**
  * @return void
  */
 public static function clearSymbols()
 {
     self::$symbols = array();
 }