1 | <?php |
||
7 | final class MappedSuperClassMapper extends AbstractMapper |
||
8 | { |
||
9 | /** |
||
10 | * @param ClassMetadataBuilder $metadata |
||
11 | */ |
||
12 | 3 | public function setType(ClassMetadataBuilder $metadata) |
|
16 | |||
17 | /** |
||
18 | * Returns whether the class with the specified name should have its metadata loaded. |
||
19 | * This is only the case if it is either mapped as an Entity or a MappedSuperclass. |
||
20 | * |
||
21 | * @return bool |
||
22 | */ |
||
23 | 2 | public function isTransient() |
|
27 | } |
||
28 |