PHP 8.2.31
Preview: SecurityNotAllowedMethodError.php Size: 515 B
/home/nshryvcy/himaltourism.com/wp-content/plugins/mailpoet/vendor-prefixed/twig/twig/src/Sandbox/SecurityNotAllowedMethodError.php

<?php
namespace MailPoetVendor\Twig\Sandbox;
if (!defined('ABSPATH')) exit;
final class SecurityNotAllowedMethodError extends SecurityError
{
 private $className;
 private $methodName;
 public function __construct(string $message, string $className, string $methodName)
 {
 parent::__construct($message);
 $this->className = $className;
 $this->methodName = $methodName;
 }
 public function getClassName() : string
 {
 return $this->className;
 }
 public function getMethodName()
 {
 return $this->methodName;
 }
}

Directory Contents

Dirs: 0 × Files: 9

Name Size Perms Modified Actions
0 B lrw-r--r-- 2023-04-04 05:35:39
Edit Download
151 B lrw-r--r-- 2023-04-04 05:35:39
Edit Download
383 B lrw-r--r-- 2023-04-04 05:35:39
Edit Download
393 B lrw-r--r-- 2023-04-04 05:35:39
Edit Download
515 B lrw-r--r-- 2023-04-04 05:35:39
Edit Download
529 B lrw-r--r-- 2023-04-04 05:35:39
Edit Download
358 B lrw-r--r-- 2023-04-04 05:35:39
Edit Download
3.08 KB lrw-r--r-- 2023-04-04 05:35:39
Edit Download
304 B lrw-r--r-- 2023-04-04 05:35:39
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).