These are for internal use, third party code should not have any reason to call
those.
$this->usersOnlyPermissions = UserGroupOptionCacheBuilder::getInstance()->getData([], 'usersOnlyOptions');
}
- /**
- * @deprecated 5.4 - This method is a noop. The cookie suffix is determined automatically.
- */
- public function setCookieSuffix()
- {
- }
-
- /**
- * @deprecated 5.4 - This method is a noop. Cookie handling works automatically.
- */
- public function setHasValidCookie($hasValidCookie)
- {
- }
-
/**
* Parses the session cookie value, returning an array with the stored fields.
*