function views_plugin_pager_none::post_execute

Perform any needed actions just after the query executing.

Overrides views_plugin_pager::post_execute

File

plugins/views_plugin_pager_none.inc, line 90

Class

views_plugin_pager_none
Plugin for views without pagers.

Code

public function post_execute(&$result) {
    $this->total_items = count($result);
}