@@ 447-453 (lines=7) @@ | ||
444 | $suffix = '.data'; |
|
445 | } |
|
446 | ||
447 | if (!empty($prefix) || !empty($suffix)) { |
|
448 | if (null !== $annotation->path) { |
|
449 | return $prefix . $annotation->path . $suffix; |
|
450 | } |
|
451 | ||
452 | return $prefix . $property->name . $suffix; |
|
453 | } |
|
454 | ||
455 | return $annotation->path; |
|
456 | } |
|
@@ 476-482 (lines=7) @@ | ||
473 | $suffix = '.data'; |
|
474 | } |
|
475 | ||
476 | if (!empty($prefix) || !empty($suffix)) { |
|
477 | if (null !== $annotation->path) { |
|
478 | return $prefix . $annotation->path . $suffix; |
|
479 | } |
|
480 | ||
481 | return $prefix . $annotation->name . $suffix; |
|
482 | } |
|
483 | ||
484 | return $annotation->path; |
|
485 | } |