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