Symbols, Tables and Catalogs

Catalog

The Catalog holds a collection of ion\Symbol\Table instances queried from ion\Reader and ion\Writer instances.

See also the ION spec's symbol guide chapter on catalog.


<?php
$catalog 
= new ion\Catalog;
$symtab ion\Symbol\PHP::asTable();
$catalog->add($symtab);
?>