Created
November 30, 2015 12:10
-
-
Save Akii/011c9989420fb90c9308 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Get the from address of this message. | |
* | |
* @return string | |
*/ | |
public function getFrom() | |
{ | |
return $this->_getHeaderFieldModel('From'); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment