/**
* Method to add a namespace to the list of filter lookups.
*
* @param mixed $new A namespace or array of namespaces to add.
*
* @return array The list of namespaces that have been added.
*
* @since 4.0.0
*/
public static function addFilterPrefix($new = null)
{
return self::addPrefix('filter', $new);
}