|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Exception thrown when a not allowed class method is used in a template. More...
Inheritance diagram for Twig_Sandbox_SecurityNotAllowedMethodError:
Collaboration diagram for Twig_Sandbox_SecurityNotAllowedMethodError:Public Member Functions | |
| __construct ($message, $className, $methodName, $lineno=-1, $filename=null, Exception $previous=null) | |
| getClassName () | |
| getMethodName () | |
Public Member Functions inherited from Twig_Error | |
| __construct ($message, $lineno=-1, $source=null, Exception $previous=null) | |
| Constructor. More... | |
| getRawMessage () | |
| Gets the raw message. More... | |
| getTemplateFile () | |
| Gets the logical name where the error occurred. More... | |
| setTemplateFile ($name) | |
| Sets the logical name where the error occurred. More... | |
| getTemplateName () | |
| Gets the logical name where the error occurred. More... | |
| setTemplateName ($name) | |
| Sets the logical name where the error occurred. More... | |
| getTemplateLine () | |
| Gets the template line where the error occurred. More... | |
| setTemplateLine ($lineno) | |
| Sets the template line where the error occurred. More... | |
| getSourceContext () | |
| Gets the source context of the Twig template where the error occurred. More... | |
| setSourceContext (Twig_Source $source=null) | |
| Sets the source context of the Twig template where the error occurred. More... | |
| guess () | |
| __call ($method, $arguments) | |
| For PHP < 5.3.0, provides access to the getPrevious() method. More... | |
| appendMessage ($rawMessage) | |
Private Attributes | |
| $className | |
| $methodName | |
Additional Inherited Members | |
Protected Member Functions inherited from Twig_Error | |
| updateRepr () | |
| guessTemplateInfo () | |
Protected Attributes inherited from Twig_Error | |
| $lineno | |
| $filename | |
| $rawMessage | |
| $previous | |
Exception thrown when a not allowed class method is used in a template.
Definition at line 17 of file SecurityNotAllowedMethodError.php.
| Twig_Sandbox_SecurityNotAllowedMethodError::__construct | ( | $message, | |
| $className, | |||
| $methodName, | |||
$lineno = -1, |
|||
$filename = null, |
|||
| Exception | $previous = null |
||
| ) |
Definition at line 22 of file SecurityNotAllowedMethodError.php.
References $className, Twig_Error\$filename, Twig_Error\$lineno, $message, $methodName, and Twig_Error\$previous.
| Twig_Sandbox_SecurityNotAllowedMethodError::getClassName | ( | ) |
Definition at line 29 of file SecurityNotAllowedMethodError.php.
References $className.
| Twig_Sandbox_SecurityNotAllowedMethodError::getMethodName | ( | ) |
Definition at line 34 of file SecurityNotAllowedMethodError.php.
References $methodName.
|
private |
Definition at line 19 of file SecurityNotAllowedMethodError.php.
Referenced by __construct(), and getClassName().
|
private |
Definition at line 20 of file SecurityNotAllowedMethodError.php.
Referenced by __construct(), and getMethodName().