phpDocumentor

CurrencyTypeFactory implements TypeFactory

Class CurrencyTypeFactory

Interfaces, Classes and Traits

TypeFactory
Interface TypeFactory

Table of Contents

$db  : Connection
__construct()  : mixed
CurrencyTypeFactory constructor.
createType()  : Type
getCurrencies()  : array<string|int, mixed>

Properties

Methods

__construct()

CurrencyTypeFactory constructor.

public __construct(Connection $db) : mixed
Parameters
$db : Connection
Return values
mixed

createType()

public createType(array<string|int, mixed> $params) : Type
Parameters
$params : array<string|int, mixed>
Return values
Type

getCurrencies()

private getCurrencies() : array<string|int, mixed>
Return values
array<string|int, mixed>

Search results