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

<?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;
 }
}

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).