Upgrade to 3.1.0
This commit is contained in:
@@ -6,11 +6,15 @@ use Kirby\Toolkit\Dir;
|
||||
use Kirby\Toolkit\Str;
|
||||
|
||||
/**
|
||||
* Extension of the Collection class that
|
||||
* provides a Users::factory method to convert
|
||||
* an array into a Users collection with User
|
||||
* objects and a Users::load method to load
|
||||
* user accounts from disk.
|
||||
* The `$users` object refers to a collection
|
||||
* of users with or without Panel access. Like
|
||||
* all collections, you can filter, modify,
|
||||
* convert or check the users collection.
|
||||
*
|
||||
* @package Kirby Cms
|
||||
* @author Bastian Allgeier <bastian@getkirby.com>
|
||||
* @link http://getkirby.com
|
||||
* @copyright Bastian Allgeier
|
||||
*/
|
||||
class Users extends Collection
|
||||
{
|
||||
|
Reference in New Issue
Block a user