mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 09:48:40 +00:00
add unit
This commit is contained in:
parent
bf48a9b1bf
commit
44dc418ca3
|
|
@ -33,6 +33,7 @@ interface SettingsInterface extends OptionsInterface
|
|||
*
|
||||
* @param null|int|int[]|string|string[] $ids Ids
|
||||
* @param null|string|string[] $names Setting name
|
||||
* @param null|int $unit Unit
|
||||
* @param null|int $app Application
|
||||
* @param null|string $module Module name
|
||||
* @param null|int $group Group id
|
||||
|
|
@ -45,6 +46,7 @@ interface SettingsInterface extends OptionsInterface
|
|||
public function get(
|
||||
mixed $ids = null,
|
||||
string | array $names = null,
|
||||
int $unit = null,
|
||||
int $app = null,
|
||||
string $module = null,
|
||||
int $group = null,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user