AdminAccessGroupItemInterface
in
Interface AdminAccessGroupItemInterface
Tags
Table of Contents
- __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.
Methods
__construct()
Returns the group id.
public
__construct(IntType $groupId, NonEmptyStringType $identifier, NonEmptyStringType $type) : int
Parameters
- $groupId : IntType
- $identifier : NonEmptyStringType
- $type : NonEmptyStringType
Return values
int —Group id.
getGroupId()
Returns the group id.
public
getGroupId() : int
Return values
int —Group id.
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.
setGroupId()
Sets the group id.
public
setGroupId(IntType $value) : AdminAccessGroupItemInterface
Parameters
- $value : IntType
Return values
AdminAccessGroupItemInterface —setIdentifier()
Sets the group item identifier.
public
setIdentifier(NonEmptyStringType $value) : AdminAccessGroupItemInterface
Parameters
- $value : NonEmptyStringType
Return values
AdminAccessGroupItemInterface —setType()
Sets the group item type.
public
setType(NonEmptyStringType $value) : AdminAccessGroupItemInterface
Parameters
- $value : NonEmptyStringType