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
integer
Group id.
getGroupId() : integer
integer
Group id.
getIdentifier() : string
string
Group item identifier.
getType() : string
string
Group 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