You are here

public function AttributeBagInterface::set in Zircon Profile 8

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

Sets an attribute.

Parameters

string $name:

mixed $value:

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

File

vendor/symfony/http-foundation/Session/Attribute/AttributeBagInterface.php, line 48

Class

AttributeBagInterface
Attributes store.

Namespace

Symfony\Component\HttpFoundation\Session\Attribute

Code

public function set($name, $value);