@@ -32,6 +32,7 @@ discard block |
||
| 32 | 32 | |
| 33 | 33 | /** |
| 34 | 34 | * @inheritdoc |
| 35 | + * @param string $key |
|
| 35 | 36 | */ |
| 36 | 37 | public function setBounded($key, $value) |
| 37 | 38 | { |
@@ -57,6 +58,7 @@ discard block |
||
| 57 | 58 | |
| 58 | 59 | /** |
| 59 | 60 | * @inheritdoc |
| 61 | + * @param string $key |
|
| 60 | 62 | */ |
| 61 | 63 | public function getBounded($key) |
| 62 | 64 | { |
@@ -45,6 +45,10 @@ |
||
| 45 | 45 | return $result; |
| 46 | 46 | } |
| 47 | 47 | |
| 48 | + /** |
|
| 49 | + * @param string $name |
|
| 50 | + * @param string $translate |
|
| 51 | + */ |
|
| 48 | 52 | public static function findCached($name, $translate = null, $options = []) |
| 49 | 53 | { |
| 50 | 54 | if ($translate === null) { |