Adventure Documentation

ProductVariantDataController extends ProductCommonController
in package

This controller describes the behavior of Product Variant Data entities.

Use the controller to generate a collection of CollectionProductVariantData entities.

Tags
see
CollectionProductVariantData

Main entity of collection

see
ProductVariantController

Associated controller

see
ProductVariantPacketController

Associated Packet product to Variant entity

see
ProductVariantTypeController

Associated Type to Variant entity

Table of Contents

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

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

preload()

public preload(mixed $ids) : mixed
Parameters
$ids : mixed
Tags
see
CollectionController::preload
Return values
mixed

        

Search results