ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
Twig_TemplateMagicMethodExceptionObject Class Reference
+ Collaboration diagram for Twig_TemplateMagicMethodExceptionObject:

Public Member Functions

 __call ($method, $arguments)
 

Detailed Description

Definition at line 729 of file TemplateTest.php.

Member Function Documentation

◆ __call()

Twig_TemplateMagicMethodExceptionObject::__call (   $method,
  $arguments 
)

Definition at line 731 of file TemplateTest.php.

732  {
733  throw new BadMethodCallException(sprintf('Unknown method "%s".', $method));
734  }

The documentation for this class was generated from the following file: