@@ -275,6 +275,11 @@ |
||
275 | 275 | return $this->formatNamesHash[$name]; |
276 | 276 | } |
277 | 277 | |
278 | + /** |
|
279 | + * @param string $name |
|
280 | + * |
|
281 | + * @return string |
|
282 | + */ |
|
278 | 283 | public function getReference($name) |
279 | 284 | { |
280 | 285 | return $this->isReference($name) ? $this->formatReferences[$name] : null; |