Created
November 30, 2015 10:30
-
-
Save Akii/b56f7c67ec8d6c8a1103 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 model data (usually an array or a string) for $field. | |
*/ | |
protected function _getHeaderFieldModel($field) | |
{ | |
if ($this->_headers->has($field)) { | |
return $this->_headers->get($field)->getFieldBodyModel(); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment