seek_quarry
[ class tree: seek_quarry ] [ index: seek_quarry ] [ all elements ]

Class: SigninView

Source Location: /views/signin_view.php

Class Overview

View
   |
   --SigninView

This View is responsible for drawing the login screen for the admin panel of the Seek Quarry app


Author(s):

  • Chris Pollett

Variables

Methods


Inherited Variables

Inherited Methods

Class: View

View::__construct()
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.
View::render()
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.
View::renderView()
This abstract method is implemented in sub classes with code which actually draws the view. The current layouts render method calls this function.

Class Details

[line 45]
This View is responsible for drawing the login screen for the admin panel of the Seek Quarry app



Tags:

author:  Chris Pollett


[ Top ]


Class Variables

$layout =  "web"

[line 51]

This view is drawn on a web layout


Type:   string
Overrides:   Array


[ Top ]



Class Methods


method renderView [line 59]

void renderView( array $data)

Draws the login web page.



Overrides View::renderView() (This abstract method is implemented in sub classes with code which actually draws the view. The current layouts render method calls this function.)

Parameters:

array   $data   contains the anti CSRF token the view

[ Top ]


Documentation generated by phpDocumentor 1.4.3