| D | SecurityNotAllowedPropertyError.php | 24 private $propertyName; variable in Twig\\Sandbox\\SecurityNotAllowedPropertyError 26 …public function __construct(string $message, string $className, string $propertyName, int $lineno … argument 39 $this->propertyName = $propertyName; 49 return $this->propertyName;
|