class Marten::Template::FilterExpression
- Marten::Template::FilterExpression
- Reference
- Object
Overview
Represents a template filter expression.
A filter expression will resolve an expression such as "foo.bar|filter1|filter2", which could contain a variable (whose specific attributes are accessed) to which filters are optionally applied.
Defined in:
marten/template/filter_expression.crConstructors
Instance Method Summary
-
#resolve(context : Context)
Resolves the filter expression for a given context.