ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
__toString () | |
foo () | |
getFooBar () | |
Static Public Member Functions | |
static | reset () |
Data Fields | |
$bar = 'bar' | |
Static Public Attributes | |
static | $called = array('__toString' => 0, 'foo' => 0, 'getFooBar' => 0) |
Definition at line 292 of file SandboxTest.php.
FooObject::__toString | ( | ) |
Definition at line 303 of file SandboxTest.php.
FooObject::foo | ( | ) |
Definition at line 310 of file SandboxTest.php.
FooObject::getFooBar | ( | ) |
Definition at line 317 of file SandboxTest.php.
|
static |
Definition at line 298 of file SandboxTest.php.
Referenced by Twig_Tests_Extension_SandboxTest\testSandboxAllowFunctionsCaseInsensitive(), Twig_Tests_Extension_SandboxTest\testSandboxAllowMethodFoo(), Twig_Tests_Extension_SandboxTest\testSandboxAllowMethodToString(), and Twig_Tests_Extension_SandboxTest\testSandboxAllowMethodToStringDisabled().
FooObject::$bar = 'bar' |
Definition at line 296 of file SandboxTest.php.
|
static |
Definition at line 294 of file SandboxTest.php.
Referenced by Twig_Tests_Extension_SandboxTest\testSandboxAllowFunctionsCaseInsensitive(), Twig_Tests_Extension_SandboxTest\testSandboxAllowMethodFoo(), Twig_Tests_Extension_SandboxTest\testSandboxAllowMethodToString(), and Twig_Tests_Extension_SandboxTest\testSandboxAllowMethodToStringDisabled().