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

Breadcrumb

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

RegExpLiteral::$propertiesMap

Map of node properties

Type: array

Overrides Literal::$propertiesMap

File

vendor/mck89/peast/lib/Peast/Syntax/Node/RegExpLiteral.php, line 24

Class

RegExpLiteral
A node that represents a regular expression literal.

Namespace

Peast\Syntax\Node

Code

protected $propertiesMap = array(
    "flags" => false,
    "pattern" => false,
);
RSS feed
Powered by Drupal