public function AttributeBagInterface::replace in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/http-foundation/Session/Attribute/AttributeBagInterface.php \Symfony\Component\HttpFoundation\Session\Attribute\AttributeBagInterface::replace()
Sets attributes.
Parameters
array $attributes Attributes:
1 method overrides AttributeBagInterface::replace()
- AttributeBag::replace in vendor/
symfony/ http-foundation/ Session/ Attribute/ AttributeBag.php - Sets attributes.
File
- vendor/
symfony/ http-foundation/ Session/ Attribute/ AttributeBagInterface.php, line 62
Class
- AttributeBagInterface
- Attributes store.
Namespace
Symfony\Component\HttpFoundation\Session\AttributeCode
public function replace(array $attributes);