class Footer (View source)

Class used to output the footer

Methods

__construct(Template $template, Config $config)

No description

string
getDebugMessage()

Renders the debug messages

string
getSelfUrl()

Returns the url of the current page

string
getErrorMessages()

Renders the link to open a new page

void
disable()

Disables the rendering of the footer

void
setAjax(bool $isAjax)

Set the ajax flag to indicate whether we are servicing an ajax request

void
setMinimal()

Turn on minimal display mode

getScripts()

Returns the Scripts object

string
getDisplay()

Renders the footer

Details

__construct(Template $template, Config $config)

No description

Parameters

Template $template
Config $config

string getDebugMessage()

Renders the debug messages

Return Value

string

string getSelfUrl()

Returns the url of the current page

Return Value

string

string getErrorMessages()

Renders the link to open a new page

Return Value

string

void disable()

Disables the rendering of the footer

Return Value

void

void setAjax(bool $isAjax)

Set the ajax flag to indicate whether we are servicing an ajax request

Parameters

bool $isAjax

Whether we are servicing an ajax request

Return Value

void

void setMinimal()

Turn on minimal display mode

Return Value

void

Scripts getScripts()

Returns the Scripts object

Return Value

Scripts object

string getDisplay()

Renders the footer

Return Value

string