| @@ 52-63 (lines=12) @@ | ||
| 49 | * @param Pdo $db |
|
| 50 | * @param Menu |
|
| 51 | */ |
|
| 52 | public function __construct( |
|
| 53 | \Shopware_Plugins_Backend_SwagConnect_Bootstrap $bootstrap, |
|
| 54 | ModelManager $modelManager, |
|
| 55 | Pdo $db, |
|
| 56 | Menu $menu |
|
| 57 | ||
| 58 | ) { |
|
| 59 | $this->bootstrap = $bootstrap; |
|
| 60 | $this->modelManager = $modelManager; |
|
| 61 | $this->db = $db; |
|
| 62 | $this->menu = $menu; |
|
| 63 | } |
|
| 64 | ||
| 65 | public function run($fullSetup) |
|
| 66 | { |
|
| @@ 51-61 (lines=11) @@ | ||
| 48 | * @param Pdo $db |
|
| 49 | * @param Menu $menu |
|
| 50 | */ |
|
| 51 | public function __construct( |
|
| 52 | \Shopware_Plugins_Backend_SwagConnect_Bootstrap $bootstrap, |
|
| 53 | ModelManager $modelManager, |
|
| 54 | Pdo $db, |
|
| 55 | Menu $menu |
|
| 56 | ) { |
|
| 57 | $this->bootstrap = $bootstrap; |
|
| 58 | $this->modelManager = $modelManager; |
|
| 59 | $this->db = $db; |
|
| 60 | $this->menu = $menu; |
|
| 61 | } |
|
| 62 | ||
| 63 | /** |
|
| 64 | * @return bool |
|