Allow the style to do stuff before each row is rendered.
$result: The full array of results from the query.
public function preRender($result) { if (!empty($this->view->rowPlugin)) { $this->view->rowPlugin ->preRender($result); } }