class Stats

Stats Helper

Constants

TYPE_LOGIN_SUCCESS

TYPE_LOGIN_FAILED

TYPE_LOGOUT

TYPE_PAGE_CALL

TYPE_DOWNLOAD

Methods

bool|void
add_entry(string $message, string $type = self::TYPE_PAGE_CALL, int|bool $user_orig = false, array $params = array())

No description

Details

at line 37
bool|void add_entry(string $message, string $type = self::TYPE_PAGE_CALL, int|bool $user_orig = false, array $params = array())

No description

Parameters

string $message

message

string $type

type, used to filter the events later

int|bool $user_orig

user id, current if false

array $params

Return Value

bool|void