@@ -285,6 +285,9 @@ discard block |
||
285 | 285 | } |
286 | 286 | } |
287 | 287 | |
288 | + /** |
|
289 | + * @param string $flag |
|
290 | + */ |
|
288 | 291 | public function getPropertyFlag($name, $flag) |
289 | 292 | { |
290 | 293 | $property = $this->getProperty($name); |
@@ -309,6 +312,11 @@ discard block |
||
309 | 312 | return $this->formatNamesHash[$name]; |
310 | 313 | } |
311 | 314 | |
315 | + /** |
|
316 | + * @param string $name |
|
317 | + * |
|
318 | + * @return string |
|
319 | + */ |
|
312 | 320 | public function getReference($name) |
313 | 321 | { |
314 | 322 | return $this->isReference($name) ? $this->formatReferences[$name] : null; |