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

Class: Display_SystemLogin

Source Location: /display_classes/systemlogin.class.php

Class Overview




Implements interfaces:

Variables

Methods


Child classes:


Class Details

[line 56]


[ Top ]


Class Variables

$base =  null

[line 63]

Reference to base class



Tags:

access:  public

Type:   object


[ Top ]

$_page = array()

[line 77]

Container for page information



Tags:

access:  protected

Type:   array


[ Top ]

$_project = array()

[line 70]

Container for project information



Tags:

access:  protected

Type:   array


[ Top ]



Class Methods


constructor __construct [line 89]

Display_SystemLogin __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_SystemLoginException
access:  public


Overridden in child classes as:

Display_BlogLogin::__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_EventLogin::__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_GeneratorFormLogin::__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_SimpleDateLogin::__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_SimpleFormLogin::__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_SimpleGuestbookLogin::__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_SimplePageLogin::__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.


Implementation of:
Display::__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 argumenht.

Parameters:

array   $project   Project information
array   $page   Page information

[ Top ]

method getLocationSelf [line 258]

string getLocationSelf( [bool $remove_amps = false])

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.



Tags:

access:  public



Implementation of:
Display::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.

Parameters:

bool   $remove_amps   Remove encoded ampersands

[ Top ]

method getMainTemplateCacheLifetime [line 222]

int getMainTemplateCacheLifetime( )

Returns the cache lifetime of the current template.



Tags:

access:  public



Implementation of:
Display::getMainTemplateCacheLifetime()
Returns the cache lifetime of the current template.
[ Top ]

method getMainTemplateCacheMode [line 212]

int getMainTemplateCacheMode( )

Returns the cache mode for the current template.



Tags:

access:  public



Implementation of:
Display::getMainTemplateCacheMode()
Returns the cache mode for the current template.
[ Top ]

method getMainTemplateName [line 232]

string getMainTemplateName( )

Returns the name of the current template.



Tags:

access:  public



Implementation of:
Display::getMainTemplateName()
Returns the name of the current template.
[ Top ]

method getRedirectLocationSelf [line 244]

string getRedirectLocationSelf( )

Returns the redirect location of the the current document (~ $PHP_SELF without it's problems) with the Location: header prepended.



Tags:

access:  public



Implementation of:
Display::getRedirectLocationSelf()
Returns the redirect location of the the current document (~ $PHP_SELF without it's problems) with the Location: header prepended.
[ Top ]

method getRequiredTemplate [line 294]

string getRequiredTemplate( )

Returns QuickForm template to indicate required field.



Tags:

access:  public


[ Top ]

method render [line 130]

bool render( )

Default method that will be called from the display script and has to care about the page preparation. Returns boolean true on success.



Tags:

access:  public



Implementation of:
Display::render()
Default method that will be called from the display script and has to care about the page preparation. Returns boolean true on success.
[ Top ]

method setTemplateHeader [line 284]

string setTemplateHeader( )

Returns appropriate header For example this should be used to asure valid feed output



Tags:

access:  public



Implementation of:
Display::setTemplateHeader()
Returns appropriate header For example this should be used to asure valid feed output
[ Top ]

method skipAuthentication [line 317]

bool skipAuthentication( )

Returns information whether to skip authentication or not.



Tags:

access:  public



Implementation of:
Display::skipAuthentication()
Returns information whether to skip authentication or not.
[ Top ]


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