Documentation

Brand extends ResourceModel

Table of Contents

$custom_url  : object|null
$id  : int
$image_url  : string
$meta_description  : string|null
$meta_keywords  : array<string|int, mixed>
$name  : string
$search_keywords  : string
__construct()  : mixed
jsonSerialize()  : array<string|int, mixed>

Properties

$custom_url

public object|null $custom_url

$image_url

public string $image_url

$meta_description

public string|null $meta_description

$meta_keywords

public array<string|int, mixed> $meta_keywords

$search_keywords

public string $search_keywords

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