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

Class: Display_SimpleGuestbookLogin

Source Location: /display_classes/simpleguestbooklogin.class.php

Class Overview

Display_SystemLogin
   |
   --Display_SimpleGuestbookLogin



Variables

Methods


Inherited Methods

Class: Display_SystemLogin

Display_SystemLogin::__construct()
Creates new instance of display driver. Takes an array with the project information as first argument, an array with the information about the current page as second argument.
Display_SystemLogin::getLocationSelf()
Returns the redirect location of the the current document (~ $PHP_SELF without it's problems). Already encoded ampersands will be removed if the optional parameter remove_amps is set to true.
Display_SystemLogin::getMainTemplateCacheLifetime()
Returns the cache lifetime of the current template.
Display_SystemLogin::getMainTemplateCacheMode()
Returns the cache mode for the current template.
Display_SystemLogin::getMainTemplateName()
Returns the name of the current template.
Display_SystemLogin::getRedirectLocationSelf()
Returns the redirect location of the the current document (~ $PHP_SELF without it's problems) with the Location: header prepended.
Display_SystemLogin::getRequiredTemplate()
Returns QuickForm template to indicate required field.
Display_SystemLogin::render()
Default method that will be called from the display script and has to care about the page preparation. Returns boolean true on success.
Display_SystemLogin::setTemplateHeader()
Returns appropriate header For example this should be used to asure valid feed output
Display_SystemLogin::skipAuthentication()
Returns information whether to skip authentication or not.

Class Details

[line 56]


[ Top ]


Class Variables

$base =  null

[line 63]

Reference to base class



Tags:

access:  public

Type:   object
Overrides:   Array


[ Top ]

$_page = array()

[line 77]

Container for page information



Tags:

access:  protected

Type:   array
Overrides:   Array


[ Top ]

$_project = array()

[line 70]

Container for project information



Tags:

access:  protected

Type:   array
Overrides:   Array


[ Top ]

$_simple_guestbook = array()

[line 84]

Container for simple form information



Tags:

access:  protected

Type:   array


[ Top ]



Class Methods


constructor __construct [line 96]

Display_SimpleGuestbookLogin __construct( array $project, array $page)

Creates new instance of display driver. Takes an array with the project information as first argument, an array with the information about the current page as second argument.



Tags:

throws:  Display_SimpleGuestbookLoginException
access:  public


Overrides Display_SystemLogin::__construct() (Creates new instance of display driver. Takes an array with the project information as first argument, an array with the information about the current page as second argument.)

Parameters:

array   $project   Project information
array   $page   Page information

[ Top ]


Documentation generated on Sun, 08 Jan 2012 17:52:01 +0100 by phpDocumentor 1.4.3