class SwitchUserRole extends Role
SwitchUserRole is used when the current user temporarily impersonates another one.
Methods
__construct(string $role, TokenInterface $source) Constructor. | ||
string|null | getRole() Returns the role. | from Role |
TokenInterface | getSource() Returns the original Token. |
Details
__construct(string $role, TokenInterface $source)
Constructor.
string|null getRole()
Returns the role.
This method returns a string representation whenever possible.
When the role cannot be represented with sufficient precision by a string, it should return null.
TokenInterface getSource()
Returns the original Token.
Please login to continue.