/**
 * Returns a list of filters
 *
 * @return  array
 *
 * @since   1.7.0
 */
public static function getFilters()
{
    // Note: This will look like the getSupported() function with J! filters.
    // @todo: add user space filter loading like user space stream loading
    return stream_get_filters();
}