/** * set indent pattern * * @param string $pattern */ public static function set_indent_pattern($pattern) { self::$indent_pattern = $pattern; }