ILockdownManager
                
            in
            
        
    
        
        
    Tags
Table of Contents
Methods
- canAccessFilesystem() : bool
- Check whether or not filesystem access is allowed
- enable() : mixed
- Enable the lockdown restrictions
- setToken() : mixed
- Set the active token to get the restrictions from and enable the lockdown
Methods
canAccessFilesystem()
Check whether or not filesystem access is allowed
    public
                    canAccessFilesystem() : bool
    Tags
Return values
boolenable()
Enable the lockdown restrictions
    public
                    enable() : mixed
    Tags
setToken()
Set the active token to get the restrictions from and enable the lockdown
    public
                    setToken(IToken $token) : mixed
    Parameters
- $token : IToken