\seekquarry\yioop\views\layoutsApiLayout

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 prefix/suffix (if any for the API response)

Parameters

array $data

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