Commit 95f4f9c
committed
minor #9724 Add mandatory method and attribute (razbounak)
This PR was squashed before being merged into the 2.7 branch (closes #9724).
Discussion
----------
Add mandatory method and attribute
For the page "Implement a Simple Registration Form"
Without $roles, construct(), getRoles() and eraseCredentials(), this entity doesn't work because of his interface
It may be nice to add these methods so that you do not have any errors when you copy paste
Commits
-------
9ddb69d Add mandatory method and attribute1 file changed
+17
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
90 | 99 | | |
91 | 100 | | |
92 | 101 | | |
| |||
136 | 145 | | |
137 | 146 | | |
138 | 147 | | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
139 | 153 | | |
140 | | - | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
141 | 157 | | |
142 | 158 | | |
143 | 159 | | |
| |||
0 commit comments