public function SessionInterface::replace in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/http-foundation/Session/SessionInterface.php \Symfony\Component\HttpFoundation\Session\SessionInterface::replace()
Sets attributes.
Parameters
array $attributes Attributes:
1 method overrides SessionInterface::replace()
- Session::replace in vendor/
symfony/ http-foundation/ Session/ Session.php - Sets attributes.
File
- vendor/
symfony/ http-foundation/ Session/ SessionInterface.php, line 137
Class
- SessionInterface
- Interface for the session.
Namespace
Symfony\Component\HttpFoundation\SessionCode
public function replace(array $attributes);