function(bool $delete = false) { $tmp = self::$_counters; if ($delete) { self::$_counters = []; } return $tmp; }