Channel
in package
implements
JsonSerializable, Channel
Class Channel
Tags
Table of Contents
Interfaces
- JsonSerializable
- Channel
Properties
Methods
- getAlias() : string
- Get $alias
- getAliasById() : string|null
- getId() : int|null
- Get $id
- getIdByAlias() : int|null
- getName() : string
- Get $name
- jsonSerialize() : array<string|int, mixed>
Properties
$alias
private
string
$alias
Tags
$id
private
int|null
$id
Tags
$name
private
string
$name
Tags
Methods
getAlias()
Get $alias
public
getAlias() : string
Return values
stringgetAliasById()
public
static getAliasById(int $id) : string|null
Parameters
- $id : int
Return values
string|nullgetId()
Get $id
public
getId() : int|null
Return values
int|nullgetIdByAlias()
public
static getIdByAlias(string $alias) : int|null
Parameters
- $alias : string
Return values
int|nullgetName()
Get $name
public
getName() : string
Return values
stringjsonSerialize()
public
jsonSerialize() : array<string|int, mixed>