class Profile

Profile.

@author Fabien Potencier <fabien@symfony.com>

Hierarchy

  • class \Symfony\Component\HttpKernel\Profiler\Profile

Expanded class hierarchy of Profile

5 files declare their use of Profile

File

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

Namespace

Symfony\Component\HttpKernel\Profiler
View source

Members

Namesort descending Modifiers Type Description Overrides
Profile::$children private property
Profile::$collectors private property
Profile::$ip private property
Profile::$method private property
Profile::$parent private property
Profile::$time private property
Profile::$token private property
Profile::$url private property
Profile::addChild public function Adds the child token
Profile::addCollector public function
Profile::getChildren public function Finds children profilers.
Profile::getCollector public function
Profile::getCollectors public function
Profile::getIp public function Returns the IP.
Profile::getMethod public function Returns the request method.
Profile::getParent public function Returns the parent profile.
Profile::getParentToken public function Returns the parent token.
Profile::getTime public function Returns the time.
Profile::getToken public function Gets the token.
Profile::getUrl public function Returns the URL.
Profile::hasCollector public function
Profile::setChildren public function
Profile::setCollectors public function
Profile::setIp public function
Profile::setMethod public function
Profile::setParent public function Sets the parent token
Profile::setTime public function
Profile::setToken public function Sets the token.
Profile::setUrl public function
Profile::__construct public function Constructor.
Profile::__sleep public function