phpDocumentor

AdminAccessGroupReader
in package
implements AdminAccessGroupReaderInterface

Class AdminAccessGroupReader

Tags
category

System

subpackage

Readers

Interfaces, Classes and Traits

AdminAccessGroupReaderInterface
Interface AdminAccessGroupReaderInterface

Table of Contents

$adminAccessGroupItemsTable  : string
$adminAccessGroupsDescriptionsTable  : string
$adminAccessGroupsTable  : string
$ajaxHandlerType  : string
$controllerType  : string
$factory  : AdminAccessGroupFactoryInterface
$languageProvider  : LanguageProviderInterface
$pageType  : string
$queryBuilder  : CI_DB_query_builder
__construct()  : mixed
AdminAccessGroupReader constructor.
getAll()  : AdminAccessGroupCollection
Returns an AdminAccessGroupCollection with all existing AdminAccessGroup objects.
getByAjaxHandler()  : AdminAccessGroupInterface
Returns an AdminAccessGroup instance by the given ajax handler identifier.
getByController()  : AdminAccessGroupInterface
Returns an AdminAccessGroup instance by the given group identifier.
getById()  : AdminAccessGroupInterface
Returns an AdminAccessGroup instance by the given AccessGroup ID.
getByPage()  : AdminAccessGroupInterface
Returns an AdminAccessGroup instance by the given page identifier.
getChildren()  : AdminAccessGroupCollection
Returns an AdminAccessGroupCollection instance with all child groups for the given group ID.
_createAdminAccessGroupByArray()  : AdminAccessGroupInterface
Returns a AdminAccessGroup object, created from an array with the group data.
_getGroupItemsData()  : array<string|int, mixed>
Returns the group descriptions that were queried from the database.
_getGroupMetaData()  : array<string|int, mixed>
Returns the group descriptions that were queried from the database.

Properties

Methods

_getGroupItemsData()

Returns the group descriptions that were queried from the database.

protected _getGroupItemsData(int $groupId) : array<string|int, mixed>
Parameters
$groupId : int

Group ID.

Return values
array<string|int, mixed>

Array with group meta data.

_getGroupMetaData()

Returns the group descriptions that were queried from the database.

protected _getGroupMetaData(int $groupId) : array<string|int, mixed>
Parameters
$groupId : int

Group ID.

Return values
array<string|int, mixed>

Array with group meta data.

Search results