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>
TYPE_ACCOUNT
public
mixed
TYPE_ACCOUNT
= 'account'
TYPE_BLOG
public
mixed
TYPE_BLOG
= 'blog'
TYPE_BRAND
public
mixed
TYPE_BRAND
= 'brand'
TYPE_CART
public
mixed
TYPE_CART
= 'cart'
TYPE_CATEGORY
public
mixed
TYPE_CATEGORY
= 'category'
TYPE_CHECKOUT
public
mixed
TYPE_CHECKOUT
= 'checkout'
TYPE_HOME
public
mixed
TYPE_HOME
= 'home'
TYPE_LOGIN
public
mixed
TYPE_LOGIN
= 'login'
TYPE_PAGE
public
mixed
TYPE_PAGE
= 'page'
TYPE_PRODUCT
public
mixed
TYPE_PRODUCT
= 'product'
TYPE_RETURNS
public
mixed
TYPE_RETURNS
= 'returns'
TYPE_SEARCH
public
mixed
TYPE_SEARCH
= 'search'
TYPE_STATIC
public
mixed
TYPE_STATIC
= 'static'
$id
public
int
$id
$matching
public
string
$matching
$route
public
string
$route
$type
public
string
$type
__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>
—