You are here

public function Profile::setToken in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-kernel/Profiler/Profile.php \Symfony\Component\HttpKernel\Profiler\Profile::setToken()

Sets the token.

Parameters

string $token The token:

File

vendor/symfony/http-kernel/Profiler/Profile.php, line 61

Class

Profile
Profile.

Namespace

Symfony\Component\HttpKernel\Profiler

Code

public function setToken($token) {
  $this->token = $token;
}