-
Notifications
You must be signed in to change notification settings - Fork 0
class ZorgStatistics
Oliver edited this page Apr 25, 2020
·
1 revision
www/includes/stats.inc.php
zorg\System
- IneX
- 03.09.2018
1.0
-
1.0
Class added with first version of methods
No public properties found
No constants found
bugs_created() | comments_created() | threads_created() |
Bugtracker reported Bugs statistic
- Inherited from \ZorgStatistics
public
bugs_created(\date $from, \date $to) : array|bool
- 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 statistics
- Inherited from \ZorgStatistics
public
comments_created(\date $from, \date $to, bool $include_comments_threads = FALSE) : int|bool
See also
- 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 statistics
- Inherited from \ZorgStatistics
public
threads_created(\date $from, \date $to) : int|bool
See also
- 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
Documentation generated on April 26th, 2020 at 15:54.
Powered by phpDocumentor with template GitHub-wiki.