public function AttributeBagInterface::remove 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::remove()
Removes an attribute.
Parameters
string $name:
Return value
mixed The removed value or null when it does not exist
1 method overrides AttributeBagInterface::remove()
- AttributeBag::remove in vendor/
symfony/ http-foundation/ Session/ Attribute/ AttributeBag.php - Removes an attribute.
File
- vendor/
symfony/ http-foundation/ Session/ Attribute/ AttributeBagInterface.php, line 71
Class
- AttributeBagInterface
- Attributes store.
Namespace
Symfony\Component\HttpFoundation\Session\AttributeCode
public function remove($name);