@@ -43,7 +43,7 @@ discard block |
||
| 43 | 43 | /** |
| 44 | 44 | * Set translations to be used |
| 45 | 45 | * |
| 46 | - * @param array $translation |
|
| 46 | + * @param array $translations |
|
| 47 | 47 | * @return $this |
| 48 | 48 | */ |
| 49 | 49 | public function translation($translations) |
@@ -56,6 +56,9 @@ discard block |
||
| 56 | 56 | return $this; |
| 57 | 57 | } |
| 58 | 58 | |
| 59 | + /** |
|
| 60 | + * @param string $args |
|
| 61 | + */ |
|
| 59 | 62 | public function get($args) |
| 60 | 63 | { |
| 61 | 64 | $args = explode(':', $args); |
@@ -81,6 +84,9 @@ discard block |
||
| 81 | 84 | return $this->minimize($result); |
| 82 | 85 | } |
| 83 | 86 | |
| 87 | + /** |
|
| 88 | + * @param string $val |
|
| 89 | + */ |
|
| 84 | 90 | public function config($val) |
| 85 | 91 | { |
| 86 | 92 | return $this->config[$val]; |