| Total Complexity | 5 |
| Total Lines | 25 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 6 | trait ExposeLibrariesTrait |
||
| 7 | { |
||
| 8 | final protected function config() |
||
| 11 | } |
||
| 12 | |||
| 13 | final protected function cookie() |
||
| 14 | { |
||
| 15 | return Fw::getLibrary('Cookie'); |
||
| 16 | } |
||
| 17 | |||
| 18 | final protected function i18n() |
||
| 21 | } |
||
| 22 | |||
| 23 | final protected function request() |
||
| 26 | } |
||
| 27 | |||
| 28 | final protected function session() |
||
| 31 | } |
||
| 32 | } |
||
| 33 |