Class WWWAuthenticate

Summary

Fully Qualified Name: Zend\Http\Header\WWWAuthenticate
Implements: MultipleHeaderInterface

Description

Methods

Name Description Defined By
__construct() WWWAuthenticate
fromString() WWWAuthenticate
getFieldName() WWWAuthenticate
getFieldValue() WWWAuthenticate
toString() WWWAuthenticate
toStringMultipleHeaders() WWWAuthenticate

Method Details

__construct()

Parameter Name Type Description
$value

Returns: void

fromString()

Parameter Name Type Description
$headerLine

Returns: void

getFieldName()

Returns: void

getFieldValue()

Returns: void

toString()

Returns: void

toStringMultipleHeaders()

Parameter Name Type Description
$headers

Returns: void

Top