public function Profile::__construct

Constructor.

Parameters

string $token The token:

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/Profile.php, line 37

Class

Profile
Profile.

Namespace

Symfony\Component\HttpKernel\Profiler

Code

public function __construct($token) {
  $this->token = $token;
  $this->collectors = array();
  $this->children = array();
}