You are here

public function MetadataBag::clear in Zircon Profile 8

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

Clears out data from bag.

Return value

mixed Whatever data was contained.

Overrides SessionBagInterface::clear

File

vendor/symfony/http-foundation/Session/Storage/MetadataBag.php, line 141

Class

MetadataBag
Metadata container.

Namespace

Symfony\Component\HttpFoundation\Session\Storage

Code

public function clear() {

  // nothing to do
}