Adventure Documentation

BrandCategoryController extends UserCategoryController
in package

This controller describes the behavior of Brand Category.

Use the controller to generate a collection of Brand Categories.

Tags
see
BrandGroup

Main entity of collection

Table of Contents

__construct()  : mixed
getBrandCategories()  : array<string|int, mixed>
Get the ids of all brand categories
getTranslation()  : string
Get translation data
getTree()  : array<string|int, mixed>
Get the tree of Brand categorys

Methods

__construct()

public __construct([mixed $parseUriParameters = false ]) : mixed
Parameters
$parseUriParameters : mixed = false
Tags
Return values
mixed

getBrandCategories()

Get the ids of all brand categories

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

getTranslation()

Get translation data

public getTranslation(mixed $Id, mixed $Title[, mixed $LanguageIso = null ][, mixed $Module = 'user_cat' ]) : string
Parameters
$Id : mixed
$Title : mixed
$LanguageIso : mixed = null
$Module : mixed = 'user_cat'
Tags
Return values
string

getTree()

Get the tree of Brand categorys

public getTree(mixed $Id) : array<string|int, mixed>
Parameters
$Id : mixed
Tags
Return values
array<string|int, mixed>

        

Search results