Skip to content

Latest commit

 

History

History
96 lines (35 loc) · 902 Bytes

modulemanager.md

File metadata and controls

96 lines (35 loc) · 902 Bytes
title footer
\leantime\domain\services\modulemanager
false

modulemanager

  • Full name: \leantime\domain\services\modulemanager

Methods

__construct

__construct - get and test Session or make session

private modulemanager::__construct(): mixed

Return Value:


getInstance

getInstance - Get instance of session

public static modulemanager::getInstance(): object
  • This method is static.

Return Value:


isModuleEnabled

public static modulemanager::isModuleEnabled(mixed $module): mixed
  • This method is static.

Parameters:

Parameter Type Description
module mixed

Return Value:



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