public static function FooObject::reset in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/twig/twig/test/Twig/Tests/Extension/SandboxTest.php \FooObject::reset()
1 call to FooObject::reset()
- Twig_Tests_Extension_SandboxTest::testSandboxGloballySet in vendor/
twig/ twig/ test/ Twig/ Tests/ Extension/ SandboxTest.php
File
- vendor/
twig/ twig/ test/ Twig/ Tests/ Extension/ SandboxTest.php, line 195
Class
Code
public static function reset() {
self::$called = array(
'__toString' => 0,
'foo' => 0,
'getFooBar' => 0,
);
}