PhpParser\PrettyPrinter\Standard::pExpr_BinaryOp_ShiftLeft PHP Method

pExpr_BinaryOp_ShiftLeft() protected method

protected pExpr_BinaryOp_ShiftLeft ( PhpParser\Node\Expr\BinaryOp\ShiftLeft $node )
$node PhpParser\Node\Expr\BinaryOp\ShiftLeft
    protected function pExpr_BinaryOp_ShiftLeft(BinaryOp\ShiftLeft $node) {
        return $this->pInfixOp('Expr_BinaryOp_ShiftLeft', $node->left, ' << ', $node->right);
    }
Standard