UrlParameter
in package
FinalYes
Table of Contents
Properties
- $selfReference : bool
- $title : string
- $value : string
Methods
- __construct() : mixed
- getTitle() : string
- getValue() : string
- isSelfReference() : bool
- setIsSelfReference() : static
- setTitle() : static
- setValue() : static
Properties
$selfReference
private
bool
$selfReference
= true
$title
private
string
$title
$value
private
string
$value
Methods
__construct()
public
__construct(string $title, string $value[, bool $selfReference = true ]) : mixed
Parameters
- $title : string
- $value : string
- $selfReference : bool = true
getTitle()
public
getTitle() : string
Return values
stringgetValue()
public
getValue() : string
Return values
stringisSelfReference()
public
isSelfReference() : bool
Return values
boolsetIsSelfReference()
public
setIsSelfReference(bool $selfReference) : static
Parameters
- $selfReference : bool
Return values
staticsetTitle()
public
setTitle(string $title) : static
Parameters
- $title : string
Return values
staticsetValue()
public
setValue(string $value) : static
Parameters
- $value : string