InvalidEnumParameterException
extends InvalidArgumentException
-
since
-
35.0.0
Table of Contents
Properties
-
$enumClass
: string
-
$parameterName
: string
-
$value
: string
Methods
-
__construct()
: mixed
-
getEnumClass()
: string
-
getParameterName()
: string
-
getValue()
: string
$enumClass
protected
string
$enumClass
$parameterName
protected
string
$parameterName
$value
protected
string
$value
__construct()
public
__construct(string $parameterName, string $value, string $enumClass) : mixed
Parameters
-
$parameterName
: string
-
-
$value
: string
-
-
$enumClass
: string
-
-
since
-
35.0.0
getEnumClass()
public
getEnumClass() : string
-
since
-
35.0.0
getParameterName()
public
getParameterName() : string
-
since
-
35.0.0
getValue()
public
getValue() : string
-
since
-
35.0.0