Draws a view displaying statistical information about a web crawl such as number of hosts visited, distribution of file sizes, distribution of file type, distribution of languages, etc
Class Details
[line 45]
Base View Class. A View is used to display the output of controller activity
The constructor reads in any Element and Helper subclasses which are needed to draw the view. It also reads in the Layout subclass on which the View will be drawn.
This method is responsible for drawing both the layout and the view. It should not be modified to change the display of then view. Instead, implement renderView.
Parameters:
array
$data
an array of values set up by a controller to be used in rendering the view
An Ajax call from the Manage Crawl Element in Admin View triggers this view to be instantiated. The renderView method then draws statistics about the currently active crawl.The $data is supplied by the crawlStatus method of the AdminController.