MediaWiki  REL1_19
ApiTestUser Class Reference

List of all members.

Public Member Functions

 __construct ($username, $realname= 'Real Name', $email= 'sample @example.com', $groups=array())

Public Attributes

 $email
 $groups
 $password
 $user
 $username

Detailed Description

Definition at line 4 of file ApiTestUser.php.


Constructor & Destructor Documentation

ApiTestUser::__construct ( username,
realname = 'Real Name',
email = '[email protected]',
groups = array() 
)

Definition at line 11 of file ApiTestUser.php.

References $email, $groups, $username, User\createNew(), User\newFromName(), and User\randomPassword().

Here is the call graph for this function:


Member Data Documentation

ApiTestUser::$email

Definition at line 7 of file ApiTestUser.php.

Referenced by __construct().

ApiTestUser::$groups

Definition at line 8 of file ApiTestUser.php.

Referenced by __construct().

ApiTestUser::$password

Definition at line 6 of file ApiTestUser.php.

ApiTestUser::$user

Definition at line 9 of file ApiTestUser.php.

ApiTestUser::$username

Definition at line 5 of file ApiTestUser.php.

Referenced by __construct().


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