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