Adventure Documentation

ProductCommonController extends CollectionController
in package
Uses WithDeliveryTimeResolver

This controller acts as a support controller of all product related controllers.

The parameters available in this controller will be available to all sub-controllers. Each controller that supports this controller will extend this class.

Tags
see
ProductController

This controller is one of the best examples of a controller utilizing the functionality

see
ProductListController

Another example

Table of Contents

__construct()  : mixed
getPaymentOptions()  : mixed
Legacy, do not use this method
getUnitTitle()  : string
Get the title of a product entity

Methods

__construct()

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

getPaymentOptions()

Legacy, do not use this method

public getPaymentOptions(mixed $Price) : mixed
Parameters
$Price : mixed
Tags
Return values
mixed

getUnitTitle()

Get the title of a product entity

public getUnitTitle(mixed $UnitId[, mixed $LanguageIso = null ]) : string
Parameters
$UnitId : mixed
$LanguageIso : mixed = null
Tags
Return values
string

        

Search results