Example #1
0
 /**
  * Sets the charset to use when rendering widgets.
  *
  * @param string $charset  The charset
  */
 public static function setCharset($charset)
 {
     self::$charset = $charset;
 }