eZPublish
4.5
|
Functions | |
eZFetchActiveSessionCount ($params=array()) | |
eZFetchActiveSessions ($params=array()) | |
Variables | |
$expirationFilterType = 'active' | |
$filterType = 'registered' | |
$gcSessionsCompleted = true | |
$http = eZHTTPTool::instance() | |
$module = $Params['Module'] | |
if(!eZSession::getHandlerInstance() -> hasBackendAccess()) | $param ['limit'] = 50 |
$param ['sortby'] = false | |
$param ['filter_type'] = $filterType | |
$param ['expiration_filter'] = $expirationFilterType | |
$param ['user_id'] = $userID | |
$Result = array() | |
$Result ['content'] = $tpl->fetch( "design:setup/session.tpl" ) | |
$Result ['path'] | |
$sessionsActive = eZSession::countActive( $param ) | |
$sessionsCount = eZFetchActiveSessionCount( $param ) | |
$sessionsList = eZFetchActiveSessions( $param ) | |
$sessionsRemoved = false | |
$tpl = eZTemplate::factory() | |
$userID = $Params['UserID'] | |
if($module->isCurrentAction( 'ShowAllUsers')) else if($module-> isCurrentAction( 'ChangeFilter')) else if($module-> isCurrentAction( 'RemoveAllSessions')) else if($module-> isCurrentAction( 'RemoveTimedOutSessions')) else if($module-> isCurrentAction( 'RemoveSelectedSessions')) | $viewParameters = $Params['UserParameters'] |
$viewParameters ['offset'] = 0 | |
if(isset($viewParameters['offset']) and is_numeric($viewParameters['offset'])) | else |
eZFetchActiveSessionCount | ( | $params = array() | ) |
eZFetchActiveSessions | ( | $params = array() | ) |
$expirationFilterType = 'active' |
Referenced by eZFetchActiveSessionCount(), and eZFetchActiveSessions().
$filterType = 'registered' |
$gcSessionsCompleted = true |
$http = eZHTTPTool::instance() |
$module = $Params['Module'] |
if (!eZSession::getHandlerInstance() ->hasBackendAccess()) $param['limit'] = 50 |
Referenced by eZSimplifiedXMLInputParser\breakInlineFlow(), ezpRestOauthTokenController\checkParams(), eZStaticCache\executeActions(), eZSiteInstaller\isFunctionParam(), eZTemplateLocaleOperator\modify(), parseArrayToStr(), eZSimplifiedXMLInputParser\parsingHandlerLiteral(), eZSOAPRequest\payload(), eZTemplateDefFunction\process(), eZModule\run(), and eZSerializedObjectNameList\validate().
$param['sortby'] = false |
$param['filter_type'] = $filterType |
$param['expiration_filter'] = $expirationFilterType |
$param['user_id'] = $userID |
$Result = array() |
$Result['content'] = $tpl->fetch( "design:setup/session.tpl" ) |
$Result['path'] |
$sessionsActive = eZSession::countActive( $param ) |
$sessionsCount = eZFetchActiveSessionCount( $param ) |
$sessionsList = eZFetchActiveSessions( $param ) |
$sessionsRemoved = false |
$tpl = eZTemplate::factory() |
$userID = $Params['UserID'] |
if ($module->isCurrentAction( 'ShowAllUsers')) else if ($module->isCurrentAction( 'ChangeFilter')) else if ($module->isCurrentAction( 'RemoveAllSessions')) else if ($module->isCurrentAction( 'RemoveTimedOutSessions')) else if ($module->isCurrentAction( 'RemoveSelectedSessions')) $viewParameters = $Params['UserParameters'] |
$viewParameters['offset'] = 0 |