kernel/user/ezuserfunctioncollection.php
File containing the eZUserFunctionCollection class.
- Copyright
- Copyright (C) 1999-2011 eZ Systems AS. All rights reserved.
- License
- eZ Business Use License Agreement Version 2.0
- Package
- kernel
- Version
- 4.6.0
\eZUserFunctionCollection
Package: kernel
File containing the eZUserFunctionCollection class.
- Copyright
- Copyright (C) 1999-2011 eZ Systems AS. All rights reserved.
- License
- eZ Business Use License Agreement Version 2.0
- Version
- 4.6.0
Methods

fetchLoggedInList(
$sortBy, $offset, $limit
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $sortBy | ||
| $offset | ||
| $limit |

fetchLoggedInUsers(
$sortBy, $offset, $limit
)
:
void
Parameters
| Name | Type | Description |
|---|---|---|
| $sortBy | ||
| $offset | ||
| $limit |

fetchMemberOf(
int $id
)
:
\array(string=>array)Fetch role list Used by fetch( 'user', 'member_of', hash( 'id', $id ) ) template function.
Parameters
Returns
| Name | Type | Description |
|---|---|---|
| $id | int | User id or normal content object id in case of none user object (user group) |
| Type | Description |
|---|---|
| \array(string=>array) |

fetchUserRole(
int $id
)
:
\array(string=>array)Fetch policy list Used by fetch( 'user', 'user_role', hash( 'user_id', $id ) ) template function.
Parameters
Returns
| Name | Type | Description |
|---|---|---|
| $id | int | User id or normal content object id in case of none user object (user group) |
| Type | Description |
|---|---|
| \array(string=>array) |