Users
class
Models\Community\Users
Class Users.
Methods
__construct(Community $community)
Users constructor.
boolean
link(integer|User $user_id, boolean $as_manager = false, string|integer $source = null)
Link a user to this community.
boolean
unlink(integer|User $user_id)
Unlink a user from this community.
User
add(array $attributes = [])
Create a new user, by email and/or username.