@@ -200,6 +200,9 @@ |
||
200 | 200 | return $this; |
201 | 201 | } |
202 | 202 | |
203 | + /** |
|
204 | + * @param string $name |
|
205 | + */ |
|
203 | 206 | public function getReference($name) |
204 | 207 | { |
205 | 208 | return $this->isReference($name) ? $this->formatReferences[$name] : null; |