kernel/user/ezuserfunctioncollection.php

Show: inherited
Table of Contents

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

methodpubliceZUserFunctionCollection( ) : void

methodpublicfetchAnonymousCount( ) : void

methodpublicfetchCurrentUser( ) : void

methodpublicfetchIsLoggedIn(  $userID ) : void

Parameters
Name Type Description
$userID
methodpublicfetchLoggedInCount( ) : void

methodpublicfetchLoggedInList(  $sortBy,  $offset,  $limit ) : void

Parameters
Name Type Description
$sortBy
$offset
$limit
methodpublicfetchLoggedInUsers(  $sortBy,  $offset,  $limit ) : void

Parameters
Name Type Description
$sortBy
$offset
$limit
methodpublicfetchMemberOf( int $id ) : \array(string=>array)

Fetch role list Used by fetch( 'user', 'member_of', hash( 'id', $id ) ) template function.

Parameters
Name Type Description
$id int

User id or normal content object id in case of none user object (user group)

Returns
Type Description
\array(string=>array)
methodpublicfetchUserRole( int $id ) : \array(string=>array)

Fetch policy list Used by fetch( 'user', 'user_role', hash( 'user_id', $id ) ) template function.

Parameters
Name Type Description
$id int

User id or normal content object id in case of none user object (user group)

Returns
Type Description
\array(string=>array)
methodpublichasAccessTo(  $module,  $view,  $userID ) : void

Parameters
Name Type Description
$module
$view
$userID
Documentation was generated by DocBlox 0.18.1.