Skip to content

Latest commit

 

History

History
106 lines (39 loc) · 986 Bytes

File metadata and controls

106 lines (39 loc) · 986 Bytes
title footer
\leantime\domain\repositories\read
false

read

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

Methods

__construct

public read::__construct(): mixed

Return Value:


markAsRead

public read::markAsRead(mixed $module, mixed $moduleId, mixed $userId): mixed

Parameters:

Parameter Type Description
module mixed
moduleId mixed
userId mixed

Return Value:


isRead

public read::isRead(mixed $module, mixed $moduleId, mixed $userId): mixed

Parameters:

Parameter Type Description
module mixed
moduleId mixed
userId mixed

Return Value:



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