Вход Регистрация
Файл: vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/ShiftLeft.php
Строк: 15
<?php declare(strict_types=1);

namespace 
PhpParserNodeExprBinaryOp;

use 
PhpParserNodeExprBinaryOp;

class 
ShiftLeft extends BinaryOp
{
    public function 
getOperatorSigil() : string {
        return 
'<<';
    }
    
    public function 
getType() : string {
        return 
'Expr_BinaryOp_ShiftLeft';
    }
}
Онлайн: 2
Реклама