Implements the ComplementEmpty translation filter.
The filter replaces a missing translated string with its original.
Source for this file: /Translation/src/filters/complement_filter.php
Version: | //autogentag// |
public static ezcTranslationComplementEmptyFilter |
getInstance(
)
Returns an instance of the class ezcTranslationComplementEmptyFilter. |
public void |
runFilter(
$context
)
Filters the context $context. |
Returns an instance of the class ezcTranslationComplementEmptyFilter.
Method | Description |
---|---|
ezcTranslationFilter::getInstance() |
Returns an instance of the class that implements this interface |
Filters the context $context.
Applies the fillin filter on the given context. The filter replaces a missing translated string with its original.
Name | Type | Description |
---|---|---|
$context |
array(ezcTranslationData) |
Method | Description |
---|---|
ezcTranslationFilter::runFilter() |
Filters the context $context. |