core/model/modx/filters/modoutputfilter.class.php
Provides the default output filter implementation for modElement processing.
- Package
- modx
- Subpackage
- filters
\modOutputFilter
Package: modx\filters
Base output filter implementation for modElement processing, based on phX.
Properties
Methods


__construct(
\modX $modx
)
:
\modOutputFilter
Parameters
Returns
Name | Type | Description |
---|---|---|
$modx | \modX | A reference to the modX instance |
Type | Description |
---|---|
\modOutputFilter | A new instance of the modOutputFilter class |


filter(
mixed $element
)
:
void
Filters the output
Parameters
Name | Type | Description |
---|---|---|
$element | mixed | The element to filter |