File "SecurityPolicyInterface.php"

Full Path: /home/warrior1/public_html/languages/wp-content/plugins/mailpoet/vendor-prefixed/twig/twig/src/Sandbox/SecurityPolicyInterface.php
File size: 304 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
namespace MailPoetVendor\Twig\Sandbox;
if (!defined('ABSPATH')) exit;
interface SecurityPolicyInterface
{
 public function checkSecurity($tags, $filters, $functions) : void;
 public function checkMethodAllowed($obj, $method) : void;
 public function checkPropertyAllowed($obj, $property) : void;
}