Auth::listUsers()

Auth::listUsers() -- list available users

Synopsis

array Auth::listUsers ()

Beschreibung

List all the users currently available within the current Auth Container.

Rückgabewert

array - An array of user details. Currently no consistency, see each Auth Container for details on how and what they return.

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.

Not all Auth Containers implement this functionality.