Documentation

CustomerProductManager extends CustomerProductManagerAbstraction
in package

Table of Contents

addImplementation()  : bool
This function will create the implementation for this customerProduct and assign roles to users, if needed
setPriceList()  : bool
This function will clone the priceList from the product, if available
suspend()  : bool
This function will suspend the CustomerProduct and all related IsProductImplementation
terminate()  : bool
This function will terminate the CustomerProduct and all related IsProductImplementation
unsuspend()  : bool
This function will unsuspend the CustomerProduct and all related IsProductImplementation

Methods

addImplementation()

This function will create the implementation for this customerProduct and assign roles to users, if needed

public addImplementation(CustomerProduct $customerProduct) : bool
Parameters
$customerProduct : CustomerProduct
Tags
inheritDoc
Return values
bool

Search results