Пример #1
0
 /**
  * Set whether HTML comments indicating the source .SS file used to render this page should be
  * included in the output.  This is enabled by default
  *
  * @param boolean $val
  */
 public static function set_source_file_comments($val)
 {
     self::$source_file_comments = $val;
 }