title | footer |
---|---|
\leantime\domain\repositories\setting |
false |
- Full name:
\leantime\domain\repositories\setting
__construct - neu db connection
public setting::__construct(): mixed
Return Value:
public setting::getSetting(mixed $type): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
type |
mixed |
Return Value:
public setting::saveSetting(mixed $type, mixed $value): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
type |
mixed | |
value |
mixed |
Return Value:
public setting::deleteSetting(mixed $type): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
type |
mixed |
Return Value:
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