Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
9 | protected function initPaths() |
||
10 | { |
||
11 | $this->setData('path', $this->config()->get('app/path')); |
||
|
|||
12 | $this->setData('url/app', $this->request()->getAppUrl()); |
||
13 | $this->setData('url/lang', $this->request()->getUrl(['lang'])); |
||
14 | $this->setData('url/current', $this->request()->getUrl()); |
||
15 | } |
||
24 |