Class PhpParser\Node\Expr\BinaryOp\Plus

extends BinaryOp
Methods
Methods inherited from PhpParser\Node\Expr\BinaryOp
__construct(), getSubNodeNames(),
Methods inherited from PhpParser\NodeAbstract
getLine(), getStartLine(), getEndLine(), getStartTokenPos(), getEndTokenPos(), getStartFilePos(), getEndFilePos(), getComments(), getDocComment(), setDocComment(), setAttribute(), hasAttribute(), getAttribute(), getAttributes(), setAttributes(), jsonSerialize()
Properties inherited from PhpParser\Node\Expr\BinaryOp
$left, $right
Properties inherited from PhpParser\NodeAbstract
$attributes