| Fully Qualified Name: | Zend\Http\Header\Accept\FieldValuePart\AbstractFieldValuePart |
Field Value Part
| 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 |
| Parameter Name | Type | Description |
|---|---|---|
| $internalValues | object |
Returns:
| Parameter Name | Type | Description |
|---|---|---|
| $key | mixed |
Returns: mixed
Get a Field Value Part this Field Value Part matched against.
Returns: \AbstractFieldValuePart|null
Returns: \stdClass $params
Returns: float $priority
Returns: string $raw
Returns: string $typeString
Set a Field Value Part this Field Value Part matched against.
| Parameter Name | Type | Description |
|---|---|---|
| $matchedAgainst | \AbstractFieldValuePart |
Returns: \AbstractFieldValuePart provides fluent interface