Class AdminAccessGroupItem
A Group is a collection pages/controllers, that represent a semantic unit for the administration of our shop system.
| category |
System |
|---|---|
| package |
AdminAccess |
| subpackage |
Entities |
__construct(\IntType $groupId, \NonEmptyStringType $identifier, \NonEmptyStringType $type) : integer
\IntType
\NonEmptyStringType
\NonEmptyStringType
integerGroup id.
getGroupId() : integer
integerGroup id.
getIdentifier() : string
stringGroup item identifier.
getType() : string
stringGroup item type.
setGroupId(\IntType $value) : \AdminAccessGroupItemInterface
setIdentifier(\NonEmptyStringType $value) : \AdminAccessGroupItemInterface
setType(\NonEmptyStringType $value) : \AdminAccessGroupItemInterface
allowedTypes : array
| var |
|---|
array
groupId : integer
| var |
|---|
integer
identifier : string
| var |
|---|
string
type : string
| var |
|---|
string