You are here

public function Twig_Profiler_Profile::unserialize in Translation template extractor 7.3

File

vendor/Twig/Profiler/Profile.php, line 156

Class

Twig_Profiler_Profile
@author Fabien Potencier <fabien@symfony.com>

Code

public function unserialize($data) {
  list($this->template, $this->name, $this->type, $this->starts, $this->ends, $this->profiles) = unserialize($data);
}