We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f63728 commit 81634d8Copy full SHA for 81634d8
1 file changed
src/Security/IIdentity.php
@@ -12,6 +12,7 @@
12
13
/**
14
* Represents the user of application.
15
+ * @method array getData()
16
*/
17
interface IIdentity
18
{
@@ -25,4 +26,9 @@ function getId();
25
26
* Returns a list of roles that the user is a member of.
27
28
function getRoles(): array;
29
+
30
+ /**
31
+ * Returns user data.
32
+ */
33
+ //function getData(): array;
34
}
0 commit comments