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

Class: ForwardFW_Response

Source Location: /Response.php

Class Overview


This class represents the Response to the browser.


Author(s):

Variables

Methods



Class Details

[line 45]
This class represents the Response to the browser.



Tags:



[ Top ]


Class Variables

$errorTimer =  null

[line 59]

Holds every Error message as string.



Tags:

access:  private



[ Top ]

$logTimer =  null

[line 52]

Holds every Log message as string.



Tags:

access:  private



[ Top ]

$strContent =  ''

[line 66]

Holds the content to send back to web server.



Tags:

access:  private

Type:   string


[ Top ]



Class Methods


constructor __construct [line 73]

void __construct( )

Constructor



Tags:

access:  public


[ Top ]

method addContent [line 112]

ForwardFW_Response addContent( string $strContent)

Adds a string to the existent content string.



Tags:

return:  Themself.
access:  public


Parameters:

string   $strContent   The content as string.

[ Top ]

method addError [line 99]

ForwardFW_Response addError( string $strEntry)

Adds an entry to the error array.



Tags:

return:  Themself.
access:  public


Parameters:

string   $strEntry   The entry as string.

[ Top ]

method addLog [line 86]

ForwardFW_Response addLog( string $strEntry)

Adds an entry to the log array.



Tags:

return:  Themself.
access:  public


Parameters:

string   $strEntry   The entry as string.

[ Top ]

method getContent [line 143]

string getContent( )

Returns the content, which should be send back to web server.



Tags:

return:  The content.
access:  public


[ Top ]

method getErrors [line 123]

ForwardFW_Object_Timer getErrors( )

Returns the array with all its log entries.



Tags:

return:  The entries in a Timer Object.
access:  public


[ Top ]

method getLogs [line 133]

ForwardFW_Object_Timer getLogs( )

Returns the array with all its log entries.



Tags:

return:  The entries in a Timer Object.
access:  public


[ Top ]


Documentation generated on Sun, 30 Jan 2011 20:46:44 +0100 by phpDocumentor 1.4.3