Interface OrderItemAttributeRepositoryFactoryInterface
Interface OrderItemAttributeRepositoryFactoryInterface
Direct known implementers
Package: Order\Interfaces
Category: System
Located at Services/Core/Order/Factories/Interfaces/OrderItemAttributeRepositoryFactoryInterface.inc.php
Category: System
Located at Services/Core/Order/Factories/Interfaces/OrderItemAttributeRepositoryFactoryInterface.inc.php
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.