basic API docs
[awesomized/ext-ion] / docs / src / ion / Catalog / findBest.md
1 # ?ion\Symbol\Table ion\Catalog::findBest(string $name, [int $version = 0])
2
3 Find a "best match" for a shared symbol table within the catalog.
4
5
6
7
8
9
10 ## Params:
11
12 * string $name
13 The name of the symbol table,
14 * Optional int $version = 0
15 The minimum version of the symbol table.
16
17
18 ## Returns:
19
20 * \Symbol\Table|null, The symbol table found, if any.
21
22