Skip to content

class ZorgStatistics

Oliver edited this page Apr 25, 2020 · 1 revision

www/includes/stats.inc.php


ZorgStatistics

Package

zorg\System

author

  • IneX

date

  • 03.09.2018

version

  • 1.0

since

  • 1.0 Class added with first version of methods

Overview

Public Properties

No public properties found

Constants

No constants found

Public Methods

bugs_created() | comments_created() | threads_created() |

Methods

bugs_created()

Bugtracker reported Bugs statistic

public bugs_created(\date $from, \date $to) : array|bool

Tags
  • author: IneX
  • date: 03.09.2018
  • version: 1.0
  • since: 1.0 method added
  • global: object $db Globales Class-Object mit allen MySQL-Methoden

comments_created()

Comments created statistics

public comments_created(\date $from, \date $to, bool $include_comments_threads = FALSE) : int|bool

See also

Tags
  • author: IneX
  • date: 03.09.2018
  • version: 1.0
  • since: 1.0 method added
  • global: object $db Globales Class-Object mit allen MySQL-Methoden

threads_created()

Threads created statistics

public threads_created(\date $from, \date $to) : int|bool

See also

Tags
  • author: IneX
  • date: 03.09.2018
  • version: 1.0
  • since: 1.0 method added
  • global: object $db Globales Class-Object mit allen MySQL-Methoden

\ » Classes » ZorgStatistics

Clone this wiki locally