Class References

Summary

Fully Qualified Name: Zend\Mail\Header\References
Extends: IdentificationField

Description

Methods

Name Description Defined By
fromString() IdentificationField
getEncoding() IdentificationField
getFieldName() IdentificationField
getFieldValue() IdentificationField
getIds() Retrieve the message ids IdentificationField
setEncoding() IdentificationField
setIds() Set the message ids IdentificationField
toString() IdentificationField

Method Details

fromString()

Parameter Name Type Description
$headerLine string

Returns: static

getEncoding()

Returns: string Always returns ASCII

getFieldName()

Returns: string

getFieldValue()

Parameter Name Type Description
$format bool

Returns: string

getIds()

Retrieve the message ids

Returns: string[]

setEncoding()

Parameter Name Type Description
$encoding string Ignored;

Returns: static This method is a no-op, and implements a fluent interface.

setIds()

Set the message ids

Parameter Name Type Description
$ids string[]

Returns: static This method implements a fluent interface.

toString()

Returns: string

Top