mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-07 21:18:39 +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|int|int[]|string|string[] $ids Ids
|
||||||
* @param null|string|string[] $names Setting name
|
* @param null|string|string[] $names Setting name
|
||||||
|
* @param null|int $unit Unit
|
||||||
* @param null|int $app Application
|
* @param null|int $app Application
|
||||||
* @param null|string $module Module name
|
* @param null|string $module Module name
|
||||||
* @param null|int $group Group id
|
* @param null|int $group Group id
|
||||||
|
|
@ -45,6 +46,7 @@ interface SettingsInterface extends OptionsInterface
|
||||||
public function get(
|
public function get(
|
||||||
mixed $ids = null,
|
mixed $ids = null,
|
||||||
string | array $names = null,
|
string | array $names = null,
|
||||||
|
int $unit = null,
|
||||||
int $app = null,
|
int $app = null,
|
||||||
string $module = null,
|
string $module = null,
|
||||||
int $group = null,
|
int $group = null,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user