Interface OrderItemAttributeRepositoryFactoryInterface

Interface OrderItemAttributeRepositoryFactoryInterface

Direct known implementers

OrderItemAttributeRepositoryFactory

Methods summary

public createRepositoryByAttributeClass( string $className ) : OrderItemAttributeRepositoryInterface

Creates an order item attribute repository by the given class name.

public createRepositoryByAttributeObject( OrderItemAttributeInterface $itemAttribute ) : OrderItemAttributeRepositoryInterface

Creates an order item attribute repository by the given object type.

public createRepositoryArray( void ) : OrderItemAttributeRepositoryInterface[]

Creates an array which contain all repository of type OrderItemAttributeRepositoryInterface.