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