BitwiseAnd.php
Same filename in this branch
Namespace
PhpParser\Node\Expr\AssignOpFile
-
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 |