UserDeletingListener
    
            
            in package
            
        
    
    
    
Tags
Table of Contents
Properties
Methods
- __construct() : mixed
 - handle() : void
 - handleSocialAccounts() : void
 - revokeAllTokens() : void
 
Properties
$socialAccountRepository
    protected
        SocialAccountRepositoryInterface
    $socialAccountRepository
    
    
    
    
Methods
__construct()
    public
                    __construct(SocialAccountRepositoryInterface $socialAccountRepository) : mixed
    Parameters
- $socialAccountRepository : SocialAccountRepositoryInterface
 
handle()
    public
                    handle(mixed $user) : void
    Parameters
- $user : mixed
 
handleSocialAccounts()
    protected
                    handleSocialAccounts(User $user) : void
    Parameters
- $user : User
 
revokeAllTokens()
    protected
                    revokeAllTokens(User $user) : void
    Parameters
- $user : User