Back to FilesystemHelper class

Method getFilters

public static array
getFilters
()
Returns a list of filters
Returns
  • array
Since
  • 1.7.0

Method getFilters - Source code

/**
 * 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();
}