Documentation

RedirectTo extends ResourceModel

Table of Contents

TYPE__BRAND  = 'brand'
TYPE__CATEGORY  = 'category'
TYPE__PAGE  = 'page'
TYPE__POST  = 'post'
TYPE__PRODUCT  = 'product'
TYPE__URL  = 'url'
$entity_id  : int|null
$type  : string
$url  : string
__construct()  : mixed
jsonSerialize()  : array<string|int, mixed>

Constants

TYPE__CATEGORY

public mixed TYPE__CATEGORY = 'category'

TYPE__PRODUCT

public mixed TYPE__PRODUCT = 'product'

Properties

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