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

Class: ForwardFW_Interface_Application

Source Location: /Interface/Application.php

Interface Overview


This Interface must be implemented from an application.


Author(s):

Methods



Class Details

[line 47]
This Interface must be implemented from an application.



Tags:



[ Top ]


Class Methods


constructor __construct [line 58]

void __construct( string $strName, ForwardFW_Request $request, ForwardFW_Response $response)

Constructor



Tags:

access:  public


Parameters:

string   $strName   Name of application.
ForwardFW_Request   $request   The ForwardFW request object.
ForwardFW_Response   $response   The ForwardFW response object.

[ Top ]

method getName [line 77]

string getName( )

Returns the name of the application



Tags:

access:  public


[ Top ]

method getRequest [line 85]

ForwardFW_Request getRequest( )

Returns the request object



Tags:

access:  public


[ Top ]

method getResponse [line 92]

ForwardFW_Response getResponse( )

Returns the response object



Tags:

access:  public


[ Top ]

method run [line 69]

string run( )

Run screen and return generated content



Tags:

return:  generated content form screens
access:  public


[ Top ]


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