1 | <?php |
||
14 | abstract class DoctrineCommandHelper |
||
15 | { |
||
16 | /** |
||
17 | * Convenience method to push the helper sets of a given entity manager into the application. |
||
18 | * |
||
19 | * @param string $emName |
||
20 | */ |
||
21 | public static function setApplicationEntityManager(Application $application, $emName) |
||
29 | |||
30 | /** |
||
31 | * Convenience method to push the helper sets of a given connection into the application. |
||
32 | * |
||
33 | * @param string $connName |
||
34 | */ |
||
35 | public static function setApplicationConnection(Application $application, $connName) |
||
41 | } |
||
42 |
This class, trait or interface has been deprecated. The supplier of the file has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the type will be removed from the class and what other constant to use instead.