示例#1
0
 /**
  * @param int $init
  */
 public static function initZeilenCounter($init = 1)
 {
     self::$zeilen_counter = $init;
 }