OnGetProductNameEvent
in package
implements
OnGetProductNameEventInterface
Class OnGetProductNameEvent
Interfaces, Classes and Traits
- OnGetProductNameEventInterface
- Interface OnGetProductNameEventInterface
Table of Contents
- $builder : ProductInfoBuilderInterface
- $product : ProductDataInterface
- __construct() : mixed
- OnGetProductNameEvent constructor.
- builder() : ProductInfoBuilderInterface
- product() : ProductDataInterface
Properties
$builder
protected
ProductInfoBuilderInterface
$builder
$product
protected
ProductDataInterface
$product
Methods
__construct()
OnGetProductNameEvent constructor.
public
__construct(ProductInfoBuilderInterface $builder, ProductDataInterface $product) : mixed
Parameters
- $builder : ProductInfoBuilderInterface
- $product : ProductDataInterface
Return values
mixed —builder()
public
builder() : ProductInfoBuilderInterface
Tags
Return values
ProductInfoBuilderInterface —product()
public
product() : ProductDataInterface