You are here

public function SessionInterface::set in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/http-foundation/Session/SessionInterface.php \Symfony\Component\HttpFoundation\Session\SessionInterface::set()

Sets an attribute.

Parameters

string $name:

mixed $value:

1 method overrides SessionInterface::set()
Session::set in vendor/symfony/http-foundation/Session/Session.php
Sets an attribute.

File

vendor/symfony/http-foundation/Session/SessionInterface.php, line 123

Class

SessionInterface
Interface for the session.

Namespace

Symfony\Component\HttpFoundation\Session

Code

public function set($name, $value);