bigace.classes.user
[ class tree: bigace.classes.user ] [ index: bigace.classes.user ] [ all elements ]

Class: UserDataAdminService

Source Location: /classes/userdata/UserDataAdminService.php

Class Overview


This has all methods for changing, creating and deleting User Data within BIGACE.


Variables

Methods


Inherited Constants

Inherited Variables

Inherited Methods


Class Details

[line 31]
This has all methods for changing, creating and deleting User Data within BIGACE.

It will work allways with the ID that was passed in the Constructor.




[ Top ]


Class Variables

$userid =

[line 33]


Type:   mixed


[ Top ]



Class Methods


constructor UserDataAdminService [line 35]

UserDataAdminService UserDataAdminService( mixed $uid)



[ Top ]

method changeUserData [line 61]

void changeUserData( String $firstname, String $lastname, String $email, String $homepage, String $phone, String $mobile, String $fax, String $company, String $street, String $city, String $citycode, String $country)

This changes the User Data within BIGACE.



Parameters:

String   $firstname   the Users first name
String   $lastname   the Users last name
String   $email   the Users email address
String   $homepage   the Users homepage
String   $phone   the Users Phone number
String   $mobile   the Users Mobile number
String   $fax   the Users Fax number
String   $company   the Users Company
String   $street   the Users Street
String   $city   the Users City
String   $citycode   the Users CityCode
String   $country   the Users Country

[ Top ]

method changeUserDataValues [line 82]

void changeUserDataValues( mixed $dataArray)



[ Top ]

method createUserData [line 103]

void createUserData( int 0)

This creates User Data within BIGACE.



Parameters:

int   0   the ID for which the User Data should be created

[ Top ]

method deleteUserData [line 120]

mixed deleteUserData( int 0)

Deletes the given User Data for the given User ID.

This will not work for the BIGACE and ANONYMOUS USER!




Tags:

return:  the result of this deletion process


Parameters:

int   0   userid the User ID for which the Data should be deleted

[ Top ]

method getUserID [line 40]

void getUserID( )



[ Top ]


Documentation generated on Tue, 11 Oct 2005 23:02:22 +0200 by phpDocumentor 1.3.0RC2