Documentation

SiteRoute extends ResourceModel
in package

Tags

Table of Contents

TYPE_ACCOUNT  = 'account'
TYPE_BLOG  = 'blog'
TYPE_BRAND  = 'brand'
TYPE_CART  = 'cart'
TYPE_CATEGORY  = 'category'
TYPE_CHECKOUT  = 'checkout'
TYPE_HOME  = 'home'
TYPE_LOGIN  = 'login'
TYPE_PAGE  = 'page'
TYPE_PRODUCT  = 'product'
TYPE_RETURNS  = 'returns'
TYPE_SEARCH  = 'search'
TYPE_STATIC  = 'static'
$id  : int
$matching  : string
$route  : string
$type  : string
__construct()  : mixed
jsonSerialize()  : array<string|int, mixed>

Constants

TYPE_ACCOUNT

public mixed TYPE_ACCOUNT = 'account'
Tags

TYPE_BLOG

public mixed TYPE_BLOG = 'blog'
Tags

TYPE_BRAND

public mixed TYPE_BRAND = 'brand'
Tags

TYPE_CART

public mixed TYPE_CART = 'cart'
Tags

TYPE_CATEGORY

public mixed TYPE_CATEGORY = 'category'
Tags

TYPE_CHECKOUT

public mixed TYPE_CHECKOUT = 'checkout'
Tags

TYPE_HOME

public mixed TYPE_HOME = 'home'
Tags

TYPE_LOGIN

public mixed TYPE_LOGIN = 'login'
Tags

TYPE_PAGE

public mixed TYPE_PAGE = 'page'
Tags

TYPE_PRODUCT

public mixed TYPE_PRODUCT = 'product'
Tags

TYPE_RETURNS

public mixed TYPE_RETURNS = 'returns'
Tags
public mixed TYPE_SEARCH = 'search'
Tags

TYPE_STATIC

public mixed TYPE_STATIC = 'static'
Tags

Properties

Methods

__construct()

public __construct([stdClass|null $optionObject = null ]) : mixed
Parameters
$optionObject : stdClass|null = null
Tags
Return values
mixed

jsonSerialize()

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

        

Search results