Skip to content

Latest commit

 

History

History
137 lines (51 loc) · 1.38 KB

File metadata and controls

137 lines (51 loc) · 1.38 KB
title footer
\leantime\domain\repositories\audit
false

audit

  • Full name: \leantime\domain\repositories\audit

Methods

__construct

public audit::__construct(): mixed

Return Value:


storeEvent

public audit::storeEvent(mixed $action = "ping", mixed $values = "", mixed $entity = "", mixed $entityId, mixed $userId, mixed $projectId, mixed $thedate = ''): mixed

Parameters:

Parameter Type Description
action mixed
values mixed
entity mixed
entityId mixed
userId mixed
projectId mixed
thedate mixed

Return Value:


getLastEvent

public audit::getLastEvent(mixed $action = ''): mixed

Parameters:

Parameter Type Description
action mixed

Return Value:


pruneEvents

public audit::pruneEvents(mixed $ageDays = 30): mixed

Parameters:

Parameter Type Description
ageDays mixed

Return Value:



Automatically generated from source code comments on 2023-02-28 using phpDocumentor