PhpParser\PrettyPrinter\Standard::pExpr_BinaryOp_Smaller PHP Method

pExpr_BinaryOp_Smaller() protected method

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