add unit/app

This commit is contained in:
Dennis Eichhorn 2023-01-26 21:37:26 +01:00
parent 5902fbdf08
commit c9e6d6a210

View File

@ -134,8 +134,8 @@ class PermissionAbstract implements \JsonSerializable
/**
* Constructor.
*
* @param null|int $unit Unit Unit to check (null if all are acceptable)
* @param null|string $app App App to check (null if all are acceptable)
* @param null|int $unit Unit to check (null if all are acceptable)
* @param null|string $app App to check (null if all are acceptable)
* @param null|string $module Module Module to check (null if all are acceptable)
* @param null|string $from Provided by which module
* @param null|int $category Category (e.g. customer) (null if all are acceptable)