Class ProductEventType
Extends EventType
Properties
productType
public ProductType $productType
Methods
discoverTypes
Returns instances of this type.
public static discoverTypes(): array<string,EventType>
displayName
public displayName(): string
find
Returns a query for elements of this type.
public find(): ProductQuery
getCpUrl
public getCpUrl(): string
getActionUrl
public getActionUrl(): string
canView
public canView(User $user): bool
canViewPeers
public canViewPeers(User $user): bool
canCreate
public canCreate(User $user): bool
canDelete
public canDelete(User $user): bool