Group
in package
Represents a group.
Tags
Table of Contents
Properties
- $admin_cp : bool
- $default_group : bool
- $deleted : bool
- $force_tfa : bool
- $group_html : string
- $group_username_color : string|null
- $group_username_css : string|null
- $id : int
- $name : string
- $order : int
- $permissions : string|null
- $staff : bool
Methods
- __construct() : mixed
- all() : array<int, Group>
- find() : Group|null
Properties
$admin_cp
public
bool
$admin_cp
$default_group
public
bool
$default_group
$deleted
public
bool
$deleted
$force_tfa
public
bool
$force_tfa
$group_html
public
string
$group_html
$group_username_color
public
string|null
$group_username_color
$group_username_css
public
string|null
$group_username_css
$id
public
int
$id
$name
public
string
$name
$order
public
int
$order
$permissions
public
string|null
$permissions
$staff
public
bool
$staff
Methods
__construct()
public
__construct(object $row) : mixed
Parameters
- $row : object
all()
public
static all() : array<int, Group>
Return values
array<int, Group>find()
public
static find(string $value[, string $column = 'id' ]) : Group|null
Parameters
- $value : string
- $column : string = 'id'