Table of Contents
-
$channel_id
: int
-
$created_at
: string
-
$id
: int
-
$routes
: array<string|int, ChannelSiteRoute>
-
$updated_at
: string
-
$url
: string
-
__construct()
: mixed
-
jsonSerialize()
: array<string|int, mixed>
$channel_id
public
int
$channel_id
$created_at
public
string
$created_at
$id
public
int
$id
$routes
public
array<string|int, ChannelSiteRoute>
$routes
$updated_at
public
string
$updated_at
$url
public
string
$url
__construct()
public
__construct([stdClass|null $optionObject = null ]) : mixed
Parameters
-
$optionObject
: stdClass|null
= null
-
Return values
mixed
—
jsonSerialize()
public
jsonSerialize() : array<string|int, mixed>
Return values
array<string|int, mixed>
—