ILockdownManager
Tags
Table of Contents
- 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
bool —enable()
Enable the lockdown restrictions
public
enable() : mixed
Tags
Return values
mixed —setToken()
Set the active token to get the restrictions from and enable the lockdown
public
setToken(IToken $token) : mixed
Parameters
- $token : IToken