function Section::setId

Sets the session identifier.

Parameters

string $id The session identifier:

Return value

Section The current section

File

webprofiler/src/Stopwatch.php, line 217

Class

Section
@internal This class is for internal usage only

Namespace

Drupal\webprofiler

Code

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