InputVariableReaderParser
Table of Contents
-
$_timezoneString
: string
-
__construct()
: mixed
-
parseBool()
: bool
-
parseDate()
: int
-
parseFloat()
: float
-
parseValue()
: string
-
setTimezoneString()
: mixed
$_timezoneString
private
string
$_timezoneString
__construct()
public
__construct([string $timezoneString = '' ]) : mixed
Parameters
-
$timezoneString
: string
= ''
-
Return values
mixed
—
parseBool()
public
parseBool(string $boolString) : bool
Parameters
-
$boolString
: string
-
Return values
bool
—
parseDate()
public
parseDate(string $dateString) : int
Parameters
-
$dateString
: string
-
Return values
int
—
parseFloat()
public
parseFloat(string $floatString) : float
Parameters
-
$floatString
: string
-
-
global
-
Return values
float
—
parseValue()
public
parseValue(mixed $value, string $type) : string
Parameters
-
$value
: mixed
-
-
$type
: string
-
Return values
string
—
setTimezoneString()
private
setTimezoneString(string $timezoneString) : mixed
Parameters
-
$timezoneString
: string
-
Return values
mixed
—