Filters.php
system/View/Filters.php
1 class
16 methods
class Filters
View filters
capitalize
(string $value)
date
($value, string $format)
date_modify
($value, string $adjustment)
string
($value, string $default)
esc
($value, string $context = 'html')
excerpt
(string $value, string $phrase, int $radius = 100)
highlight
(string $value, string $phrase)
highlight_code
($value)
limit_chars
($value, int $limit = 500)
limit_words
($value, int $limit = 100)
local_number
($value, string $type = 'decimal', int $precision = 4, ?string $locale = null)
local_currency
($value, string $currency, ?string $locale = null, $fraction = null)
nl2br
(string $value)
prose
(string $value)
round
(string $value, $precision = 2, string $type = 'common')
title
(string $value)