Table of Contents
Constants
-
TYPE_ARRAY
= "array"
-
TYPE_SCALAR
= "scalar"
Properties
-
$NAME
: string
-
$TYPE
: string
-
$attributes
: array<string|int, ContextParamAttribute>
-
$name
: string
-
$type
: string
-
$value
: string
Methods
-
__construct()
: mixed
-
addAttribute()
: mixed
-
getAttributes()
: mixed
-
getName()
: mixed
-
getType()
: mixed
-
getValue()
: mixed
-
setName()
: mixed
-
setType()
: mixed
-
setValue()
: mixed
-
toArray()
: mixed
TYPE_ARRAY
public
mixed
TYPE_ARRAY
= "array"
TYPE_SCALAR
public
mixed
TYPE_SCALAR
= "scalar"
$NAME
protected
static string
$NAME
= 'referer_url'
$TYPE
protected
static string
$TYPE
= self::TYPE_SCALAR
$attributes
private
array<string|int, ContextParamAttribute>
$attributes
$name
private
string
$name
$type
private
string
$type
= self::TYPE_SCALAR
$value
private
string
$value
__construct()
public
__construct([string $value = null ][, array<string|int, mixed> $attributes = [] ]) : mixed
Parameters
-
$value
: string
= null
-
-
$attributes
: array<string|int, mixed>
= []
-
addAttribute()
public
addAttribute(ContextParamAttribute $attribute) : mixed
Parameters
-
$attribute
: ContextParamAttribute
-
getAttributes()
public
getAttributes() : mixed
getName()
public
getName() : mixed
getType()
public
getType() : mixed
getValue()
public
getValue() : mixed
setName()
public
setName(string $name) : mixed
Parameters
-
$name
: string
-
setType()
public
setType(string $type) : mixed
Parameters
-
$type
: string
-
setValue()
public
setValue(string $value) : mixed
Parameters
-
$value
: string
-
toArray()
public
toArray() : mixed