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

Breadcrumb

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

function ShellExec::__construct

Constructs a shell exec (backtick) node.

Parameters

(Expr|InterpolatedStringPart)[] $parts Interpolated string array:

array<string, mixed> $attributes Additional attributes:

File

vendor/nikic/php-parser/lib/PhpParser/Node/Expr/ShellExec.php, line 18

Class

ShellExec

Namespace

PhpParser\Node\Expr

Code

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