IntlCaster
in package
Tags
Table of Contents
- castIntlCalendar() : mixed
- castIntlDateFormatter() : mixed
- castIntlTimeZone() : mixed
- castMessageFormatter() : mixed
- castNumberFormatter() : mixed
- castError() : array<string|int, mixed>
Methods
castIntlCalendar()
public
static castIntlCalendar(IntlCalendar $c, array<string|int, mixed> $a, Stub $stub, bool $isNested, int $filter) : mixed
Parameters
- $c : IntlCalendar
- $a : array<string|int, mixed>
- $stub : Stub
- $isNested : bool
- $filter : int
Return values
mixed —castIntlDateFormatter()
public
static castIntlDateFormatter(IntlDateFormatter $c, array<string|int, mixed> $a, Stub $stub, bool $isNested, int $filter) : mixed
Parameters
- $c : IntlDateFormatter
- $a : array<string|int, mixed>
- $stub : Stub
- $isNested : bool
- $filter : int
Return values
mixed —castIntlTimeZone()
public
static castIntlTimeZone(IntlTimeZone $c, array<string|int, mixed> $a, Stub $stub, bool $isNested) : mixed
Parameters
- $c : IntlTimeZone
- $a : array<string|int, mixed>
- $stub : Stub
- $isNested : bool
Return values
mixed —castMessageFormatter()
public
static castMessageFormatter(MessageFormatter $c, array<string|int, mixed> $a, Stub $stub, bool $isNested) : mixed
Parameters
- $c : MessageFormatter
- $a : array<string|int, mixed>
- $stub : Stub
- $isNested : bool
Return values
mixed —castNumberFormatter()
public
static castNumberFormatter(NumberFormatter $c, array<string|int, mixed> $a, Stub $stub, bool $isNested, int $filter) : mixed
Parameters
- $c : NumberFormatter
- $a : array<string|int, mixed>
- $stub : Stub
- $isNested : bool
- $filter : int
Return values
mixed —castError()
private
static castError(object $c, array<string|int, mixed> $a) : array<string|int, mixed>
Parameters
- $c : object
- $a : array<string|int, mixed>