Class SessionUserDetails

Description

Demonstrates the access to the personal details of authenticated users

Located in /samples/SessionUserDetails.class.php (line 6)

SampleBase
   |
   --SampleAuthenticationBase
      |
      --SessionUserDetails
Method Summary
SessionUserDetails __construct ()
void destroy ()
void displayMainPage ()
void execute ()
void initialize ()
void saveDetails ()
void savePassword ()
Variables
Methods
Constructor __construct (line 11)

Construct the object

  • access: public
SessionUserDetails __construct ()

Redefinition of:
SampleAuthenticationBase::__construct()
Construct the object
destroy (line 29)

Destroy: Nothing to do

  • access: public
void destroy ()

Redefinition of:
SampleAuthenticationBase::destroy()
displayChangePasswordPage (line 156)

Display the form to allow modification of the user's password

  • access: protected
void displayChangePasswordPage ()
displayMainPage (line 68)

Display the main page to an authenticated user

  • access: protected
void displayMainPage ()
displayUpdateDetailsPage (line 92)

Display the form to allow modification of the user details

  • access: protected
void displayUpdateDetailsPage ()
execute (line 35)

Execute the application

  • access: public
void execute ()

Redefinition of:
SampleAuthenticationBase::execute()
initialize (line 21)

Initialize the application: Establish a connection with the

Soap Server using the code defined in the parent class

void initialize ()

Redefinition of:
SampleAuthenticationBase::initialize()
saveDetails (line 133)

Save the new user details, then redirect to the main page

  • access: protected
void saveDetails ()
savePassword (line 194)

Save the new password, then redirect to the main page

  • access: protected
void savePassword ()

Inherited Methods

Inherited From SampleAuthenticationBase

SampleAuthenticationBase::__construct()
SampleAuthenticationBase::destroy()
SampleAuthenticationBase::displayFarewellPage()
SampleAuthenticationBase::displayLoginForm()
SampleAuthenticationBase::displayWelcomePage()
SampleAuthenticationBase::execute()
SampleAuthenticationBase::initialize()

Inherited From SampleBase

SampleBase::__construct()
SampleBase::addTimeMark()
SampleBase::destroy()
SampleBase::execute()
SampleBase::htmlFoot()
SampleBase::htmlHead()
SampleBase::htmlMenu()
SampleBase::initialize()
SampleBase::printTimeMarks()
SampleBase::run()
Class Constants

Documentation generated on Mon, 30 Mar 2009 16:36:27 +0200 by phpDocumentor 1.4.1