Ejemplo n.º 1
0
 /**
  *
  * Static escaping for JavaScript context.
  *
  * @param string $raw The raw string.
  *
  * @return string The escaped string.
  *
  */
 public static function j($raw)
 {
     return static::$escaper->js($raw);
 }