phpDocumentor

CurrencySymbols

Class CurrencySymbols

Table of Contents

$left  : string
$right  : string
create()  : CurrencySymbols
left()  : string
right()  : string
toArray()  : array<string|int, mixed>
__construct()  : mixed
CurrencySymbols constructor.

Properties

Methods

toArray()

public toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>

__construct()

CurrencySymbols constructor.

private __construct(string $left, string $right) : mixed
Parameters
$left : string
$right : string
Return values
mixed

Search results