phpDocumentor

AdminAccessGroupInterface

Interface AdminAccessGroupInterface

Tags
category

System

subpackage

Entities

Table of Contents

__construct()  : mixed
AdminAccessGroup constructor.
addItem()  : AdminAccessGroupInterface
Adds an item to the group.
delete()  : AdminAccessGroupInterface
Deletes an access group.
getChildren()  : mixed
Returns this groups children.
getDescription()  : KeyValueCollection
Returns the group descriptions as a collection.
getId()  : int
Returns the group id.
getItems()  : AdminAccessGroupItemCollection
Returns the group items as a collection.
getName()  : KeyValueCollection
Returns the group names as a collection.
getParentGroup()  : mixed
Returns this groups parent group.
getParentId()  : int
Returns the group parent id.
getProtected()  : bool
Returns the protected value.
getSortOrder()  : int
Returns the group sort order.
removeItem()  : AdminAccessGroupInterface
Removes an item from the group.
setDescription()  : AdminAccessGroupInterface
Sets the group descriptions.
setId()  : AdminAccessGroupInterface
Sets the group id.
setItems()  : AdminAccessGroupInterface
Sets the group items.
setName()  : AdminAccessGroupInterface
Sets the group names.
setParentGroup()  : AdminAccessGroupInterface
Sets the parent group.
setProtected()  : AdminAccessGroupInterface
Sets the protected value.
setSortOrder()  : AdminAccessGroupInterface
Sets the group sort order.
store()  : AdminAccessGroupInterface
Stores this group into the database.
update()  : AdminAccessGroupInterface
Updates this group in the database.

Methods

__construct()

AdminAccessGroup constructor.

public __construct(AdminAccessGroupReaderInterface $groupReader, AdminAccessGroupWriterInterface $groupWriter, AdminAccessGroupDeleterInterface $groupDeleter, AdminAccessGroupItemCollection $items) : mixed
Parameters
$groupReader : AdminAccessGroupReaderInterface
$groupWriter : AdminAccessGroupWriterInterface
$groupDeleter : AdminAccessGroupDeleterInterface
$items : AdminAccessGroupItemCollection
Return values
mixed

Search results