PhpMigration\Changes\v5dot6\IncompMisc::__construct PHP Метод

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

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