public function Section::setId

Sets the session identifier.

Parameters

string $id The session identifier:

Return value

Section The current section

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/Stopwatch.php, line 186

Class

Section

Namespace

Symfony\Component\HttpKernel\Debug

Code

public function setId($id) {
  $this->id = $id;
  return $this;
}