RoleDTO
Table of Contents
Methods
-
__construct()
: mixed
-
code()
: string|null
-
createBlank()
: self
-
createFromDbRow()
: self
-
groupCode()
: string|null
-
id()
: int
-
isSystem()
: string
-
name()
: string
__construct()
public
__construct(int $id, string $name, string $isSystem[, string|null $code = null ][, string|null $groupCode = null ]) : mixed
Parameters
-
$id
: int
-
-
$name
: string
-
-
$isSystem
: string
-
-
$code
: string|null
= null
-
-
$groupCode
: string|null
= null
-
code()
public
code() : string|null
Return values
string|null
createBlank()
public
static createBlank() : self
createFromDbRow()
public
static createFromDbRow(array<string|int, mixed> $dbRow) : self
Parameters
-
$dbRow
: array<string|int, mixed>
-
groupCode()
public
groupCode() : string|null
Return values
string|null
id()
public
id() : int
isSystem()
public
isSystem() : string
name()
public
name() : string