public function Profile::__sleep

File

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

Class

Profile
Profile.

Namespace

Symfony\Component\HttpKernel\Profiler

Code

public function __sleep() {
  return array(
    'token',
    'parent',
    'children',
    'collectors',
    'ip',
    'method',
    'url',
    'time',
  );
}