Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

BitwiseAnd.php

Same filename in this branch
  1. 11.1.x vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseAnd.php

Namespace

PhpParser\Node\Expr\AssignOp

File

vendor/nikic/php-parser/lib/PhpParser/Node/Expr/AssignOp/BitwiseAnd.php

View source
<?php

declare (strict_types=1);
namespace PhpParser\Node\Expr\AssignOp;

use PhpParser\Node\Expr\AssignOp;
class BitwiseAnd extends AssignOp {
    public function getType() : string {
        return 'Expr_AssignOp_BitwiseAnd';
    }

}

Classes

Title Deprecated Summary
BitwiseAnd
RSS feed
Powered by Drupal