ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Exception thrown when a not allowed class property is used in a template. More...
Public Member Functions | |
__construct ($message, $className, $propertyName, $lineno=-1, $filename=null, Exception $previous=null) | |
getClassName () | |
getPropertyName () | |
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 | |
$propertyName | |
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 property is used in a template.
Definition at line 17 of file SecurityNotAllowedPropertyError.php.
Twig_Sandbox_SecurityNotAllowedPropertyError::__construct | ( | $message, | |
$className, | |||
$propertyName, | |||
$lineno = -1 , |
|||
$filename = null , |
|||
Exception | $previous = null |
||
) |
Definition at line 22 of file SecurityNotAllowedPropertyError.php.
References $className, Twig_Error\$filename, Twig_Error\$lineno, $message, Twig_Error\$previous, and $propertyName.
Twig_Sandbox_SecurityNotAllowedPropertyError::getClassName | ( | ) |
Twig_Sandbox_SecurityNotAllowedPropertyError::getPropertyName | ( | ) |
Definition at line 34 of file SecurityNotAllowedPropertyError.php.
References $propertyName.
|
private |
Definition at line 19 of file SecurityNotAllowedPropertyError.php.
Referenced by __construct(), and getClassName().
|
private |
Definition at line 20 of file SecurityNotAllowedPropertyError.php.
Referenced by __construct(), and getPropertyName().