setTokenStorage(TokenStorageInterface $tokenStorage) Parameters TokenStorageInterface $tokenStorage
string getType() Returns the type of the argument. The type is the PHP class in 5.5+ and additionally the basic type in PHP 7.0+. Return Value string
setRequestStack(RequestStack $requestStack) Parameters RequestStack $requestStack
mixed getUser() Returns the current user. Return Value mixed See also TokenInterface::getUser()
string getEnvironment() Returns the current app environment. Return Value string The current environment string (e.g 'dev')
setEnvironment($environment) Parameters $environment
setDebug($debug) Parameters $debug
bool getDebug() Returns the current app debug mode. Return Value bool The current debug mode
Session|null getSession() Returns the current session. Return Value Session|null The session
Request|null getRequest() Returns the current request. Return Value Request|null The HTTP request object
Page 746 of 787