PhpMigration\Changes\v7dot0\KeywordReserved::__construct PHP Метод

__construct() публичный Метод

public __construct ( )
    public function __construct()
    {
        $this->forbiddenTable = new SymbolTable($this->forbiddenTable, SymbolTable::IC);
        $this->reservedTable = new SymbolTable($this->reservedTable, SymbolTable::IC);
    }