Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
LogicalExpression.php
function LogicalExpression::getLeft
Returns the left expression
Return value
Expression
File
vendor/
mck89/
peast/
lib/
Peast/
Syntax/
Node/
LogicalExpression.php
, line 80
Class
LogicalExpression
A node that represents a logical expression. For example: a && b
Namespace
Peast\Syntax\Node
Code
public
function
getLeft
() {
return
$this
->
left
; }
RSS feed