} } /**
* Runs the postExecute() on all active handlers.
*/
protected function _postExecute() { foreach ($this::
getHandlerTypes() as $key =>
$info) { $handlers = &
$this->
$key;
foreach ($handlers as $id =>
$handler) { $handlers[$id]->
postExecute($this->result
);
} } } /**
* Attaches the views handler for the specific type.
*
* @param string $key
* One of 'argument', 'field', 'sort', 'filter', 'relationship'.
* @param array $info
* An array of views handler types use in the view with additional
* information about them.
*/