Interface AddressInterface

Summary

Fully Qualified Name: Zend\Mail\Address\AddressInterface

Description

Methods

Name Description Defined By
getEmail() Retrieve email AddressInterface
getName() Retrieve name AddressInterface
toString() String representation of address AddressInterface

Method Details

getEmail()

Retrieve email

Returns: string

getName()

Retrieve name

Returns: string

toString()

String representation of address

Returns: string

Top