Sulu\Component\Webspace\Settings\SettingsManager::__construct PHP Method

__construct() public method

public __construct ( Sulu\Bundle\DocumentManagerBundle\Session\SessionManagerInterface $sessionManager, Sulu\Component\PHPCR\SessionManager\SessionManagerInterface $deprecatedSessionManager )
$sessionManager Sulu\Bundle\DocumentManagerBundle\Session\SessionManagerInterface
$deprecatedSessionManager Sulu\Component\PHPCR\SessionManager\SessionManagerInterface
    public function __construct(SessionManagerInterface $sessionManager, DeprecatedSessionManagerInterface $deprecatedSessionManager)
    {
        $this->sessionManager = $sessionManager;
        $this->deprecatedSessionManager = $deprecatedSessionManager;
    }