Class AbstractFieldValuePart

Summary

Fully Qualified Name: Zend\Http\Header\Accept\FieldValuePart\AbstractFieldValuePart

Description

Field Value Part

Methods

Name Description Defined By
__construct() AbstractFieldValuePart
__get() AbstractFieldValuePart
getMatchedAgainst() Get a Field Value Part this Field Value Part matched against. AbstractFieldValuePart
getParams() AbstractFieldValuePart
getPriority() AbstractFieldValuePart
getRaw() AbstractFieldValuePart
getTypeString() AbstractFieldValuePart
setMatchedAgainst() Set a Field Value Part this Field Value Part matched against. AbstractFieldValuePart

Method Details

__construct()

Parameter Name Type Description
$internalValues object

Returns:

__get()

Parameter Name Type Description
$key mixed

Returns: mixed

getMatchedAgainst()

Get a Field Value Part this Field Value Part matched against.

Returns: \AbstractFieldValuePart|null

getParams()

Returns: \stdClass $params

getPriority()

Returns: float $priority

getRaw()

Returns: string $raw

getTypeString()

Returns: string $typeString

setMatchedAgainst()

Set a Field Value Part this Field Value Part matched against.

Parameter Name Type Description
$matchedAgainst \AbstractFieldValuePart

Returns: \AbstractFieldValuePart provides fluent interface

Top