Documentation

ChannelSite extends ResourceModel

Table of Contents

$channel_id  : int
$created_at  : string
$id  : int
$routes  : array<string|int, mixed>|null
$updated_at  : string
$url  : string
__construct()  : mixed
jsonSerialize()  : array<string|int, mixed>

Properties

$routes

public array<string|int, mixed>|null $routes

Methods

__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>

Search results