Class AcceptFieldValuePart

Summary

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

Description

Field Value Part

Methods

Name Description Defined By
__construct() AbstractFieldValuePart
__get() AbstractFieldValuePart
getFormat() AcceptFieldValuePart
getMatchedAgainst() Get a Field Value Part this Field Value Part matched against. AbstractFieldValuePart
getParams() AbstractFieldValuePart
getPriority() AbstractFieldValuePart
getRaw() AbstractFieldValuePart
getSubtype() AcceptFieldValuePart
getSubtypeRaw() AcceptFieldValuePart
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

getFormat()

Returns: string

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

getSubtype()

Returns: string

getSubtypeRaw()

Returns: string

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