Implements the Leet translation filter.
The leet filter mangles translations to old skool 1337 73x7.
Source for this file: /Translation/src/filters/leet_filter.php
Version: | //autogentag// |
public static ezcTranslationFilterLeet |
getInstance(
)
Returns an instance of the class ezcTranslationFilterLeet |
public void |
runFilter(
$context
)
Filters a context |
Returns an instance of the class ezcTranslationFilterLeet
Method | Description |
---|---|
ezcTranslationFilter::getInstance() |
Returns an instance of the class that implements this interface |
Filters a context
Applies the "1337" filter on the given context. This filter leetifies text old skool. It is, of course, just an example.
Name | Type | Description |
---|---|---|
$context |
array[ezcTranslationData] |
Method | Description |
---|---|
ezcTranslationFilter::runFilter() |
Filters the context $context. |