| 1 | <?php |
||
| 22 | final class CommandHelper |
||
| 23 | { |
||
| 24 | |||
| 25 | /** |
||
| 26 | * Private constructor. This class is not meant to be instantiated. |
||
| 27 | */ |
||
| 28 | private function __construct() |
||
| 31 | |||
| 32 | |||
| 33 | |||
| 34 | public static function setApplicationEntityManager(ContainerHelper $containerHelper, $emName) |
||
| 42 | |||
| 43 | public static function setApplicationConnection(ContainerHelper $containerHelper, $connName) |
||
| 50 | |||
| 51 | } |
||
| 52 |