Class: OnlineSessions
Source Location: /blogs/plugins/_whosonline.plugin.php
Class OnlineSessions
Class Overview
|
This tracks who is online Located in /blogs/plugins/_whosonline.plugin.php [line 128] Author(s):
|
[ Top ]
Property Summary
| mixed | $_count_guests | Number of guests (and users that want to be anonymous) |
| mixed | $_initialized | |
| mixed | $_registered_Users | List of registered users. |
[ Top ]
Method Summary
| void | display_onliners() | Template function: Display onliners, both registered users and guests. |
| void | display_online_guests() | Template function: Display number of online guests. |
| void | display_online_users() | Template function: Display the registered users who are online |
| array | init() | Get an array of registered users and guests. |
| void | number_of_guests() | Get the number of guests. |
[ Top ]
Properties
Methods
display_onliners [line 227]
|
Template function: Display onliners, both registered users and guests.
Parameters:| $params: |
Information Tags:
| Todo: | get class="" out of here (put it into skins) |
[ Top ]
display_online_guests [line 285]
|
Template function: Display number of online guests.
Parameters:| $params: |
[ Top ]
display_online_users [line 240]
|
Template function: Display the registered users who are online
Parameters:| array | $params: |
Information Tags:
| Todo: | get class="" out of here (put it into skins) |
[ Top ]
init [line 158]
|
Get an array of registered users and guests.
API Tags:
| Return: | containing number of registered users and guests ('registered' and 'guests') |
[ Top ]
