@@ -177,6 +177,9 @@ |
||
177 | 177 | return $attributes['headers']; |
178 | 178 | } |
179 | 179 | |
180 | + /** |
|
181 | + * @param string $attributeName |
|
182 | + */ |
|
180 | 183 | public function getAttribute($attributeName) |
181 | 184 | { |
182 | 185 | if(array_key_exists($attributeName, $this->attributes)) |
@@ -51,6 +51,9 @@ |
||
51 | 51 | return $this->body->inOriginalFormat(); |
52 | 52 | } |
53 | 53 | |
54 | + /** |
|
55 | + * @param string $attributeName |
|
56 | + */ |
|
54 | 57 | public function getAttribute($attributeName) |
55 | 58 | { |
56 | 59 | $messageProperties = $this->message->getProperties(); |