Skip to content

Latest commit

 

History

History
155 lines (54 loc) · 1.3 KB

File metadata and controls

155 lines (54 loc) · 1.3 KB
title footer
\leantime\domain\repositories\setting
false

setting

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

Methods

__construct

__construct - neu db connection

public setting::__construct(): mixed

Return Value:


getSetting

public setting::getSetting(mixed $type): mixed

Parameters:

Parameter Type Description
type mixed

Return Value:


saveSetting

public setting::saveSetting(mixed $type, mixed $value): mixed

Parameters:

Parameter Type Description
type mixed
value mixed

Return Value:


deleteSetting

public setting::deleteSetting(mixed $type): mixed

Parameters:

Parameter Type Description
type mixed

Return Value:


checkIfInstalled

checkIfInstalled checks if zp user table exists (and assumes that leantime is installed)

public setting::checkIfInstalled(): bool

Return Value:



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