\seekquarry\yioop\views\layoutsRssLayout

Layout used for the seek_quarry Website including pages such as search landing page and settings page

Summary

Methods
Properties
Constants
__construct()
render()
$view
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$view

$view : object

The view that is to be drawn on this layout

Type

object

Methods

__construct()

__construct(object  $v) 

The constructor sets the view that will be drawn inside the Layout.

Parameters

object $v

the View object that uses this layout

render()

render(array  $data) 

Responsible for drawing the header of the document containing Yioop! title and including basic.js. It calls the renderView method of the View that lives on the layout. If the QUERY_STATISTIC config setting is set, it output statistics about each query run on the database.

Finally, it draws the footer of the document.

Parameters

array $data

an array of data set up by the controller to be be used in drawing the WebLayout and its View.