public function SessionInterface::set in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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\SessionCode
public function set($name, $value);