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

Breadcrumb

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

function MatchArm::__construct

Parameters

null|list<Node\Expr> $conds:

Overrides NodeAbstract::__construct

File

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

Class

MatchArm

Namespace

PhpParser\Node

Code

public function __construct(?array $conds, Node\Expr $body, array $attributes = []) {
    $this->conds = $conds;
    $this->body = $body;
    $this->attributes = $attributes;
}
RSS feed
Powered by Drupal