CWIS Developer Documentation
Classes | Variables
Axis--User.php File Reference

Go to the source code of this file.

Classes

class  User
 

Variables

const U_OKAY 0
 
const U_ERROR 1
 
const U_BADPASSWORD 2
 
const U_NOSUCHUSER 3
 
const U_PASSWORDSDONTMATCH 4
 
const U_EMAILSDONTMATCH 5
 
const U_DUPLICATEUSERNAME 6
 
const U_ILLEGALUSERNAME 7
 
const U_EMPTYUSERNAME 8
 
const U_ILLEGALPASSWORD 9
 
const U_ILLEGALPASSWORDAGAIN 10
 
const U_EMPTYPASSWORD 11
 
const U_EMPTYPASSWORDAGAIN 12
 
const U_ILLEGALEMAIL 13
 
const U_ILLEGALEMAILAGAIN 14
 
const U_EMPTYEMAIL 15
 
const U_EMPTYEMAILAGAIN 16
 
const U_NOTLOGGEDIN 17
 
const U_MAILINGERROR 18
 
const U_TEMPLATENOTFOUND 19
 
const U_DUPLICATEEMAIL 20
 
const U_NOTACTIVATED 21
 

Variable Documentation

const U_BADPASSWORD 2

Definition at line 21 of file Axis--User.php.

Referenced by User\ChangePassword(), User\Login(), and User\StatusMessage().

const U_DUPLICATEEMAIL 20

Definition at line 39 of file Axis--User.php.

Referenced by User\StatusMessage(), and UserFactory\TestNewUserValues().

const U_DUPLICATEUSERNAME 6

Definition at line 25 of file Axis--User.php.

Referenced by User\StatusMessage(), and UserFactory\TestNewUserValues().

const U_EMAILSDONTMATCH 5
const U_EMPTYEMAIL 15

Definition at line 34 of file Axis--User.php.

Referenced by UserFactory\TestNewUserValues().

const U_EMPTYEMAILAGAIN 16

Definition at line 35 of file Axis--User.php.

Referenced by UserFactory\TestNewUserValues().

const U_EMPTYPASSWORD 11

Definition at line 30 of file Axis--User.php.

Referenced by UserFactory\TestNewUserValues().

const U_EMPTYPASSWORDAGAIN 12

Definition at line 31 of file Axis--User.php.

Referenced by UserFactory\TestNewUserValues().

const U_EMPTYUSERNAME 8

Definition at line 27 of file Axis--User.php.

Referenced by UserFactory\TestNewUserValues().

const U_ERROR 1
const U_ILLEGALEMAIL 13
const U_ILLEGALEMAILAGAIN 14

Definition at line 33 of file Axis--User.php.

Referenced by UserFactory\TestNewUserValues().

const U_ILLEGALPASSWORD 9
const U_ILLEGALPASSWORDAGAIN 10

Definition at line 29 of file Axis--User.php.

Referenced by UserFactory\TestNewUserValues().

const U_ILLEGALUSERNAME 7

Definition at line 26 of file Axis--User.php.

Referenced by User\StatusMessage(), and UserFactory\TestNewUserValues().

const U_MAILINGERROR 18
const U_NOSUCHUSER 3
const U_NOTACTIVATED 21

Definition at line 40 of file Axis--User.php.

Referenced by User\Login().

const U_NOTLOGGEDIN 17
const U_OKAY 0
const U_PASSWORDSDONTMATCH 4
const U_TEMPLATENOTFOUND 19

Definition at line 38 of file Axis--User.php.

Referenced by User\SendEMail(), and User\StatusMessage().