Beispiel #1
0
 /**
  *
  * Static escaping for CSS context.
  *
  * @param string $raw The raw string.
  *
  * @return string The escaped string.
  *
  */
 public static function c($raw)
 {
     return static::$escaper->css($raw);
 }