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