@@ -56,6 +56,10 @@ |
||
56 | 56 | return self::getList($name, $translate, array_merge($options, ['with_recursive' => true])); |
57 | 57 | } |
58 | 58 | |
59 | + /** |
|
60 | + * @param string $name |
|
61 | + * @param string|false $translate |
|
62 | + */ |
|
59 | 63 | public static function findCached($name, $translate = null, $options = []) |
60 | 64 | { |
61 | 65 | if ($translate === null) { |