Extends
lithium\core\Object
Collects Results from the test filters and aggregates them.
Parameters
- string $class Classname of the filter for which to aggregate results.
- array $results Array of the filter results for later analysis by the filter itself.
Returns
voidSource
public function collect($class, $results) {
$this->results['filters'][$class][] = $results;
}