Documentation

PNChannelMetadata
in package
implements JsonSerializable

Table of Contents

Interfaces

JsonSerializable

Properties

$custom  : array<string|int, mixed>
$description  : string
$id  : string
$name  : string

Methods

__construct()  : mixed
PNChannelMetadata constructor.
getCustom()  : array<string|int, mixed>
getDescription()  : string
getId()  : string
getName()  : string
jsonSerialize()  : mixed

Properties

Methods

__construct()

PNChannelMetadata constructor.

public __construct(string $id, string $name, string $description, array<string|int, mixed> $custom) : mixed
Parameters
$id : string
$name : string
$description : string
$custom : array<string|int, mixed>

getCustom()

public getCustom() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results