modUser.getSessionContexts
Последнее обновление 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::getSessionContexts¶
Возвращает массив ключей контекста сеанса пользователя.
Синтаксис¶
API документация: http://api.modx.com/revolution/2.2/db_core_model_modx_moduser.class.html#%5CmodUser::getSessionContexts()
array getSessionContexts ()
Пример¶
Получить все сессии контекста пользователя, вошедшего в web и mgr контексты:
$keys = $user->getSessionContexts();
print_r($keys); // prints Array ( 'web', 'mgr' );
Смотрите также¶
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