Helpers
class Helpers
internal |
Latte helpers.
Properties
static array<string,int> | $emptyElements |
Methods
static callable
checkCallback(mixed $callable)
Checks callback.
static string|null
getSuggestion(array $items, $value)
Finds the best suggestion.
static bool
removeFilter(string $modifier, string $filter)
No description
static bool
startsWith(string $haystack, string $needle)
Starts the $haystack string with the prefix $needle?
Details
at line 30
static callable
checkCallback(mixed $callable)
Checks callback.
at line 43
static string|null
getSuggestion(array $items, $value)
Finds the best suggestion.
at line 59
static bool
removeFilter(string $modifier, string $filter)
No description
at line 69
static bool
startsWith(string $haystack, string $needle)
Starts the $haystack string with the prefix $needle?