Documentation

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

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
string

getValue()

public getValue() : string
Return values
string

isSelfReference()

public isSelfReference() : bool
Return values
bool

setIsSelfReference()

public setIsSelfReference(bool $selfReference) : static
Parameters
$selfReference : bool
Return values
static

setTitle()

public setTitle(string $title) : static
Parameters
$title : string
Return values
static

setValue()

public setValue(string $value) : static
Parameters
$value : string
Return values
static
On this page

Search results