QCubed - A PHP5 rapid development MVC framework.
Home  |  Updates

classQServerAction

QServerAction Class Reference

Inherits QAction.

Inherited by QServerControlAction.

Collaboration diagram for QServerAction:

List of all members.

Public Member Functions

Protected Attributes


Constructor & Destructor Documentation

QServerAction::__construct ( strMethodName = null,
mixCausesValidationOverride = null 
)


Member Function Documentation

QServerAction::__get ( strName  ) 

Override method to perform a property "Get" This will get the value of $strName All inhereted objects that call __get() should always fall through to calling parent::__get() in a try/catch statement catching for CallerExceptions.

Parameters:
string $strName Name of the property to get
Returns:
mixed the returned property

Reimplemented from QAction.

References QCallerException::IncrementOffset().

QServerAction::RenderScript ( QControl objControl  ) 

Reimplemented from QAction.


Member Data Documentation

QServerAction::$mixCausesValidationOverride [protected]

QServerAction::$strMethodName [protected]


The documentation for this class was generated from the following file: