ShippingMethodsTypeFactory
in package
implements
TypeFactory
Class ShippingMethodsTypeFactory
Interfaces, Classes and Traits
- TypeFactory
- Interface TypeFactory
Table of Contents
- $db : Connection
- $textManager : TextManager
- __construct() : mixed
- ShippingMethodsTypeFactory constructor.
- createType() : Type
- getInstalledModules() : array<string|int, mixed>
- getShippingMethods() : array<string|int, mixed>
Properties
$db
private
Connection
$db
$textManager
private
TextManager
$textManager
Methods
__construct()
ShippingMethodsTypeFactory constructor.
public
__construct(Connection $db, TextManager $textManager) : mixed
Parameters
- $db : Connection
- $textManager : TextManager
Return values
mixed —createType()
public
createType(array<string|int, mixed> $params) : Type
Parameters
- $params : array<string|int, mixed>
Return values
Type —getInstalledModules()
private
getInstalledModules() : array<string|int, mixed>
Return values
array<string|int, mixed> —getShippingMethods()
private
getShippingMethods() : array<string|int, mixed>