You are here

public static property FooObject::$called in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/twig/twig/test/Twig/Tests/Extension/SandboxTest.php \FooObject::called

File

vendor/twig/twig/test/Twig/Tests/Extension/SandboxTest.php, line 191

Class

FooObject

Code

public static $called = array(
  '__toString' => 0,
  'foo' => 0,
  'getFooBar' => 0,
);