Jump to main content Jump to doc navigation

modUser::hasSessionContext

Checks if the user has a specific session context, or in other words, is "logged into" a certain context. Проверяет, есть ли у пользователя определенный контекст сеанса или другими словами, «вошел ли» в определенный контекст.

Синтаксис

API документация: http://api.modx.com/revolution/2.2/db_core_model_modx_moduser.class.html#%5CmodUser::hasSessionContext()

boolean hasSessionContext (mixed $context)

Пример

Посмотрите, есть ли у User сессия для 'sports' контекста:

if ($user->hasSessionContext('sports')) {
    // do code here
}

Смотрите также