public function Profile::setParent

Sets the parent token

Parameters

Profile $parent The parent Profile:

File

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

Class

Profile
Profile.

Namespace

Symfony\Component\HttpKernel\Profiler

Code

public function setParent(Profile $parent) {
  $this->parent = $parent;
}