1 | <?php |
||
5 | final class EntityMapper extends AbstractMapper |
||
6 | { |
||
7 | /** |
||
8 | * Returns whether the class with the specified name should have its metadata loaded. |
||
9 | * This is only the case if it is either mapped as an Entity or a MappedSuperclass. |
||
10 | * |
||
11 | * @return bool |
||
12 | */ |
||
13 | 2 | public function isTransient() |
|
17 | } |
||
18 |