PATH:
home
/
lab2454c
/
caimegroup.com
/
wp-content
/
plugins
/
mailpoet
/
vendor-prefixed
/
twig
/
twig
/
src
/
Sandbox
<?php namespace MailPoetVendor\Twig\Sandbox; if (!defined('ABSPATH')) exit; final class SecurityNotAllowedPropertyError extends SecurityError { private $className; private $propertyName; public function __construct(string $message, string $className, string $propertyName) { parent::__construct($message); $this->className = $className; $this->propertyName = $propertyName; } public function getClassName() : string { return $this->className; } public function getPropertyName() { return $this->propertyName; } }
[-] SecurityPolicyInterface.php
[edit]
[-] SecurityNotAllowedTagError.php
[edit]
[-] index.php
[edit]
[+]
..
[-] SecurityNotAllowedPropertyError.php
[edit]
[-] SecurityNotAllowedFunctionError.php
[edit]
[-] SecurityPolicy.php
[edit]
[-] SecurityError.php
[edit]
[-] SecurityNotAllowedMethodError.php
[edit]
[-] SecurityNotAllowedFilterError.php
[edit]