You are here

public function AttributeBagInterface::remove in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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\Attribute

Code

public function remove($name);