Conditions | 3 |
Paths | 3 |
Total Lines | 13 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
40 | * |
||
41 | * @return int |
||
42 | */ |
||
43 | public function generateProxyClasses(array $classes) : int; |
||
44 | |||
45 | /** |
||
46 | * Gets a reference proxy instance for the entity of the given type and identified by |
||
47 | * the given identifier. |
||
48 | * |
||
49 | * @param ClassMetadata $metadata |
||
50 | * @param string $identifier |
||
51 | * |
||
52 | * @return GhostObjectInterface |
||
53 | */ |
||
56 |