Skip to content

Commit 704fc60

Browse files
committed
update for 5.6.2
1 parent 8ef2136 commit 704fc60

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Diff for: docs/api/phalcon_di.md

+2
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@ hide:
2020

2121
- __Uses__
2222

23+
- `stdClass`
2324

2425
- __Extends__
2526

27+
`stdClass`
2628

2729
- __Implements__
2830

Diff for: docs/api/phalcon_support.md

+3
Original file line numberDiff line numberDiff line change
@@ -2952,8 +2952,10 @@ ServiceLocator implementation for helpers
29522952
@method string decrement(string $text, string $separator = '_')
29532953
@method string dirFromFile(string $file)
29542954
@method string dirSeparator(string $directory)
2955+
@method string dynamic(string $text, string $leftDelimiter = "{", string $rightDelimiter = "}", string $separator = "|")
29552956
@method string encode($data, int $options = 0, int $depth = 512)
29562957
@method bool endsWith(string $haystack, string $needle, bool $ignoreCase = true)
2958+
@method mixed filter(array $collection, callable|null $method)
29572959
@method mixed first(array $collection, callable $method = null)
29582960
@method string firstBetween(string $text, string $start, string $end)
29592961
@method mixed firstKey(array $collection, callable $method = null)
@@ -2965,6 +2967,7 @@ ServiceLocator implementation for helpers
29652967
@method string humanize(string $text)
29662968
@method bool includes(string $haystack, string $needle)
29672969
@method string increment(string $text, string $separator = '_')
2970+
@method string interpolate(string $message, array $context = [], string $leftToken = "%", string $rightToken = "%")
29682971
@method bool isAnagram(string $first, string $second)
29692972
@method bool isBetween(int $value, int $start, int $end)
29702973
@method bool isLower(string $text, string $encoding = 'UTF-8')

0 commit comments

Comments
 (0)