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 286 of file SandboxTest.php.
FooObject::__toString | ( | ) |
Definition at line 297 of file SandboxTest.php.
FooObject::foo | ( | ) |
Definition at line 304 of file SandboxTest.php.
FooObject::getFooBar | ( | ) |
Definition at line 311 of file SandboxTest.php.
|
static |
Definition at line 292 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 290 of file SandboxTest.php.
|
static |
Definition at line 288 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().