Documentation

Group
in package

Represents a group.

Tags
author

Aberdeener

version
2.0.0-pr13
license

MIT

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

$permissions

public string|null $permissions

Methods

__construct()

public __construct(object $row) : mixed
Parameters
$row : object

find()

public static find(string $value[, string $column = 'id' ]) : Group|null
Parameters
$value : string
$column : string = 'id'
Return values
Group|null

        
On this page

Search results