VirtueMart  3.2.14.9808
Public Member Functions | Private Member Functions | List of all members
VirtueMartControllerUser Class Reference
Inheritance diagram for VirtueMartControllerUser:
Inheritance graph
[legend]
Collaboration diagram for VirtueMartControllerUser:
Collaboration graph
[legend]

Public Member Functions

 __construct ()
 
 display ($cachable=false, $urlparams=array())
 
 editAddressCart ()
 
 saveUser ()
 
 saveAddressST ()
 
 cancel ()
 
 removeAddressST ()
 
 checkCaptcha ($retUrl)
 

Private Member Functions

 saveData ($cartObj)
 

Constructor & Destructor Documentation

VirtueMartControllerUser::__construct ( )

Member Function Documentation

VirtueMartControllerUser::cancel ( )

Action cancelled; return to the previous view

Author
Max Milbers
VirtueMartControllerUser::checkCaptcha (   $retUrl)

Check the Joomla ReCaptcha Plg

Author
Maik Künnemann
VirtueMartControllerUser::display (   $cachable = false,
  $urlparams = array() 
)

Override of display to prevent caching

Returns
JController A JController object to support chaining.
VirtueMartControllerUser::editAddressCart ( )
VirtueMartControllerUser::removeAddressST ( )
VirtueMartControllerUser::saveAddressST ( )
VirtueMartControllerUser::saveData (   $cartObj)
private

Save the user info. The saveData function don't use the userModel store function for anonymous shoppers, because it would register them. We make this function private, so we can do the tests in the tasks.

Author
Max Milbers
Valérie Isaksen
Parameters
booleanDefaults to false, the param is for the userModel->store function, which needs it to determine how to handle the data.
Returns
String it gives back the messages.
VirtueMartControllerUser::saveUser ( )

This is the save function for the normal user edit.php layout.

Author
Max Milbers

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