@@ -2952,8 +2952,10 @@ ServiceLocator implementation for helpers
2952
2952
@method string decrement(string $text, string $separator = '_ ')
2953
2953
@method string dirFromFile(string $file)
2954
2954
@method string dirSeparator(string $directory)
2955
+ @method string dynamic(string $text, string $leftDelimiter = "{", string $rightDelimiter = "}", string $separator = "|")
2955
2956
@method string encode($data, int $options = 0, int $depth = 512)
2956
2957
@method bool endsWith(string $haystack, string $needle, bool $ignoreCase = true)
2958
+ @method mixed filter(array $collection, callable|null $method)
2957
2959
@method mixed first(array $collection, callable $method = null)
2958
2960
@method string firstBetween(string $text, string $start, string $end)
2959
2961
@method mixed firstKey(array $collection, callable $method = null)
@@ -2965,6 +2967,7 @@ ServiceLocator implementation for helpers
2965
2967
@method string humanize(string $text)
2966
2968
@method bool includes(string $haystack, string $needle)
2967
2969
@method string increment(string $text, string $separator = '_ ')
2970
+ @method string interpolate(string $message, array $context = [ ] , string $leftToken = "%", string $rightToken = "%")
2968
2971
@method bool isAnagram(string $first, string $second)
2969
2972
@method bool isBetween(int $value, int $start, int $end)
2970
2973
@method bool isLower(string $text, string $encoding = 'UTF-8')
0 commit comments