function BinaryOp::getOperatorSigil
Get the operator sigil for this binary operation.
In the case there are multiple possible sigils for an operator, this method does not necessarily return the one used in the parsed code.
27 methods override BinaryOp::getOperatorSigil()
- BitwiseAnd::getOperatorSigil in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Expr/ BinaryOp/ BitwiseAnd.php - Get the operator sigil for this binary operation.
- BitwiseOr::getOperatorSigil in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Expr/ BinaryOp/ BitwiseOr.php - Get the operator sigil for this binary operation.
- BitwiseXor::getOperatorSigil in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Expr/ BinaryOp/ BitwiseXor.php - Get the operator sigil for this binary operation.
- BooleanAnd::getOperatorSigil in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Expr/ BinaryOp/ BooleanAnd.php - Get the operator sigil for this binary operation.
- BooleanOr::getOperatorSigil in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Expr/ BinaryOp/ BooleanOr.php - Get the operator sigil for this binary operation.
File
-
vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Expr/ BinaryOp.php, line 36
Class
Namespace
PhpParser\Node\ExprCode
public abstract function getOperatorSigil() : string;