You are here

public function Twig_Profiler_Profile::getIterator in Translation template extractor 7.3

File

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

Class

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

Code

public function getIterator() {
  return new ArrayIterator($this->profiles);
}