You are here

public function MetadataBag::setName in Zircon Profile 8.0

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

Sets name.

Parameters

string $name:

File

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

Class

MetadataBag
Metadata container.

Namespace

Symfony\Component\HttpFoundation\Session\Storage

Code

public function setName($name) {
  $this->name = $name;
}