NAME

TitleTable - A class encapsulating the title table actions


DESCRIPTION

Output the title of the corresponding page.


PUBLIC METHODS


addTitle(string $url, $structure)

Extract the title from the parsed page, and output the combination of URL and title.

Barf if this is an 'Index of' page since we don't want to traverse the silly file directory structures. How can we detect these otherwise?