34 parent::__construct(
$config, $reserved);
41 $this->replace = TRUE;
52 if(!is_string($value)) {
53 throw new Exception(
'Invalid value for attribute ' .
$name .
': ' .
72 assert(array_key_exists(
'Attributes',
$request));
foreach($paths as $path) $request
__construct($config, $reserved)
Initialize this filter.
$attributes
Attributes which should be added/appended.
process(&$request)
Apply filter to add or replace attributes.
$replace
Flag which indicates wheter this filter should append new values or replace old values.