phpDocumentor

AdminAccessGroupItem
in package
implements AdminAccessGroupItemInterface

Class AdminAccessGroupItem

A Group is a collection pages/controllers, that represent a semantic unit for the administration of our shop system.

Tags
category

System

subpackage

Entities

Interfaces, Classes and Traits

AdminAccessGroupItemInterface
Interface AdminAccessGroupItemInterface

Table of Contents

$allowedTypes  : array<string|int, mixed>
$groupId  : int
$identifier  : string
$type  : string
__construct()  : int
Returns the group id.
getGroupId()  : int
Returns the group id.
getIdentifier()  : string
Returns the group item identifier.
getType()  : string
Returns the group item type.
setGroupId()  : AdminAccessGroupItemInterface
Sets the group id.
setIdentifier()  : AdminAccessGroupItemInterface
Sets the group item identifier.
setType()  : AdminAccessGroupItemInterface
Sets the group item type.

Properties

Methods

getIdentifier()

Returns the group item identifier.

public getIdentifier() : string
Return values
string

Group item identifier.

getType()

Returns the group item type.

public getType() : string
Return values
string

Group item type.

Search results