QueryParameter
class QueryParameter extends Model (View source)
Properties
string | $name | ||
protected | $parameterTypeType | ||
protected | $parameterTypeDataType | ||
protected | $parameterValueType | ||
protected | $parameterValueDataType |
Methods
setName($name)
No description
string
getName()
No description
getParameterType()
No description
getParameterValue()
No description
Details
setName($name)
No description
string
getName()
No description
setParameterType(QueryParameterType $parameterType)
No description
QueryParameterType
getParameterType()
No description
setParameterValue(QueryParameterValue $parameterValue)
No description
QueryParameterValue
getParameterValue()
No description