Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Isset_.php

function Isset_::__construct

Constructs an array node.

Parameters

Expr[] $vars Variables:

array<string, mixed> $attributes Additional attributes:

File

vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Isset_.php, line 17

Class

Isset_

Namespace

PhpParser\Node\Expr

Code

public function __construct(array $vars, array $attributes = []) {
    $this->attributes = $attributes;
    $this->vars = $vars;
}
RSS feed
Powered by Drupal