You are here

public function FilesLoader::getTimesCalled in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/validator/Tests/Fixtures/FilesLoader.php \Symfony\Component\Validator\Tests\Fixtures\FilesLoader::getTimesCalled()

File

vendor/symfony/validator/Tests/Fixtures/FilesLoader.php, line 35

Class

FilesLoader

Namespace

Symfony\Component\Validator\Tests\Fixtures

Code

public function getTimesCalled() {
  return $this->timesCalled;
}