Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
AssignmentPattern.php
function AssignmentPattern::getLeft
Returns the left node of the assignment
Return value
Pattern
File
vendor/
mck89/
peast/
lib/
Peast/
Syntax/
Node/
AssignmentPattern.php
, line 49
Class
AssignmentPattern
A node that represents an assignment in a binding context. For example "a = b" in: var {a = b} = c
Namespace
Peast\Syntax\Node
Code
public
function
getLeft
() {
return
$this
->
left
; }
RSS feed