Skip to content

class UserStatistics

Oliver edited this page Apr 25, 2020 · 1 revision

www/includes/stats.inc.php


UserStatistics

Package

zorg\Usersystem

author

  • IneX

date

  • 19.08.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

last_login() | reported_pending_bugs() |

Methods

last_login()

Last login statistic

public last_login(int $userid) : string|bool

See also

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

reported_pending_bugs()

Bugtracker reported pending Bugs statistic

public reported_pending_bugs(int $userid) : int|bool

See also

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

\ » Classes » UserStatistics

Clone this wiki locally