PHP Class RainLab\User\Models\UserGroup

Inheritance: extends October\Rain\Auth\Models\Group
Mostrar archivo Open project: rainlab/user-plugin Class Usage Examples

Public Properties

Property Type Description
$belongsToMany Relations
$rules Validation rules

Protected Properties

Property Type Description
$fillable The attributes that are mass assignable.
$guestGroup
$table The database table used by the model.

Public Methods

Method Description
getGuestGroup ( ) : RainLab\User\Models\UserGroup Returns the guest user group.

Method Details

getGuestGroup() public static method

Returns the guest user group.
public static getGuestGroup ( ) : RainLab\User\Models\UserGroup
return RainLab\User\Models\UserGroup

Property Details

$belongsToMany public_oe property

Relations
public $belongsToMany

$fillable protected_oe property

The attributes that are mass assignable.
protected $fillable

$guestGroup protected_oe static_oe property

protected static $guestGroup

$rules public_oe property

Validation rules
public $rules

$table protected_oe property

The database table used by the model.
protected $table