modUser.hasSessionContext
Последнее обновление Apr 17th, 2019 | История страницы | Улучшить эту страницу | Сообщить о проблеме
Support the team building MODX with a monthly donation.
The budget raised through OpenCollective is transparent, including payouts, and any contributor can apply to be paid for their work on MODX.
Backers
Budget
$306 per month—let's make that $500!
Learn moremodUser::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
}
Смотрите также¶
Support the team building MODX with a monthly donation.
The budget raised through OpenCollective is transparent, including payouts, and any contributor can apply to be paid for their work on MODX.
Backers
Budget
$306 per month—let's make that $500!
Learn more