You are here

public function Profile::getParent 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::getParent()

Returns the parent profile.

Return value

Profile The parent profile

File

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

Class

Profile
Profile.

Namespace

Symfony\Component\HttpKernel\Profiler

Code

public function getParent() {
  return $this->parent;
}