| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 28 | public function setView( \Aimeos\MW\View\Iface $view ) |
||
| 29 | { |
||
| 30 | $extdir = dirname( dirname( dirname( dirname( dirname( dirname( dirname( dirname( __DIR__ ) ) ) ) ) ) ) ); |
||
| 31 | $aimeos = new \Aimeos\Bootstrap( array( $extdir ) ); |
||
| 32 | |||
| 33 | $view->languagesList = $aimeos->getI18nList( 'admin' ); |
||
| 34 | |||
| 35 | $this->getClient()->setView( $view ); |
||
| 36 | return $this; |
||
| 37 | } |
||
| 38 | } |
||
| 39 |