|
13 | 13 | * @package Mage_Admin |
14 | 14 | * |
15 | 15 | * @method Mage_Admin_Model_Resource_User _getResource() |
16 | | - * @method Mage_Admin_Model_Resource_User getResource() |
17 | | - * @method Mage_Admin_Model_Resource_User_Collection getResourceCollection() |
18 | | - * |
| 16 | + * @method string getCreated() |
| 17 | + * @method string getEmail() |
| 18 | + * @method array getExtra() |
19 | 19 | * @method string getFirstname() |
20 | | - * @method $this setFirstname(string $value) |
| 20 | + * @method int getIsActive() |
21 | 21 | * @method string getLastname() |
22 | | - * @method $this setLastname(string $value) |
23 | | - * @method string getEmail() |
24 | | - * @method $this setEmail(string $value) |
25 | | - * @method string getUsername() |
26 | | - * @method $this setUsername(string $value) |
27 | | - * @method string getPassword() |
28 | | - * @method $this setPassword(string $value) |
29 | | - * @method string getCreated() |
30 | | - * @method $this setCreated(string $value) |
31 | | - * @method string getModified() |
32 | | - * @method $this setModified(string $value) |
33 | 22 | * @method string getLogdate() |
34 | | - * @method $this setLogdate(string $value) |
35 | 23 | * @method int getLognum() |
36 | | - * @method $this setLognum(int $value) |
| 24 | + * @method string getModified() |
| 25 | + * @method string getNewPassword() |
| 26 | + * @method string getPassword() |
| 27 | + * @method string getPasswordConfirmation() |
37 | 28 | * @method int getReloadAclFlag() |
38 | | - * @method $this setReloadAclFlag(int $value) |
39 | | - * @method int getIsActive() |
40 | | - * @method $this setIsActive(int $value) |
41 | | - * @method array getExtra() |
42 | | - * @method $this setExtra(string $value) |
43 | | - * @method int getUserId() |
| 29 | + * @method Mage_Admin_Model_Resource_User getResource() |
| 30 | + * @method Mage_Admin_Model_Resource_User_Collection getResourceCollection() |
44 | 31 | * @method int getRoleId() |
| 32 | + * @method array getRoleIds() |
| 33 | + * @method string getRpToken() |
| 34 | + * @method string getRpTokenCreatedAt() |
| 35 | + * @method int getUserId() |
| 36 | + * @method string getUsername() |
45 | 37 | * @method bool hasNewPassword() |
46 | | - * @method string getNewPassword() |
47 | | - * @method $this setNewPassword(string $value) |
48 | | - * @method $this unsNewPassword() |
49 | 38 | * @method bool hasPassword() |
50 | 39 | * @method bool hasPasswordConfirmation() |
51 | | - * @method string getPasswordConfirmation() |
| 40 | + * @method $this setCreated(string $value) |
| 41 | + * @method $this setEmail(string $value) |
| 42 | + * @method $this setExtra(string $value) |
| 43 | + * @method $this setFirstname(string $value) |
| 44 | + * @method $this setIsActive(int $value) |
| 45 | + * @method $this setLastname(string $value) |
| 46 | + * @method $this setLogdate(string $value) |
| 47 | + * @method $this setLognum(int $value) |
| 48 | + * @method $this setModified(string $value) |
| 49 | + * @method $this setNewPassword(string $value) |
| 50 | + * @method $this setPassword(string $value) |
52 | 51 | * @method $this setPasswordConfirmation(string $value) |
53 | | - * @method $this unsPasswordConfirmation() |
| 52 | + * @method $this setReloadAclFlag(int $value) |
54 | 53 | * @method $this setRoleId(int $value) |
55 | | - * @method array getRoleIds() |
56 | 54 | * @method $this setRoleIds(array $value) |
57 | 55 | * @method $this setRoleUserId(int $value) |
58 | | - * @method string getRpToken() |
59 | 56 | * @method $this setRpToken(string $value) |
60 | | - * @method string getRpTokenCreatedAt() |
61 | 57 | * @method $this setRpTokenCreatedAt(string $value) |
62 | 58 | * @method $this setUserId(int $value) |
| 59 | + * @method $this setUsername(string $value) |
| 60 | + * @method $this unsNewPassword() |
| 61 | + * @method $this unsPasswordConfirmation() |
63 | 62 | */ |
64 | 63 | class Mage_Admin_Model_User extends Mage_Core_Model_Abstract |
65 | 64 | { |
|
0 commit comments