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

Breadcrumb

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

function AssignmentProperty::setKind

Sets the property kind that is one of the kind constants

@codeCoverageIgnore

Parameters

string $kind Property kind:

Return value

$this

Overrides Property::setKind

File

vendor/mck89/peast/lib/Peast/Syntax/Node/AssignmentProperty.php, line 53

Class

AssignmentProperty
A node that represents a property in an object binding pattern. For example "a" in: var {a} = b

Namespace

Peast\Syntax\Node

Code

public function setKind($kind) {
    return $this;
}
RSS feed
Powered by Drupal