Routable
Base class for all Eregansu-provided routable instances.
Routable is a base class.
Synopsis
uses('routable');
Description
The Routable class is the ultimate ancestor of all classes which
process Request instances and perform actions based upon their
properties (typically producing some kind of output). The Routable
class implements the [[IRequestProcessor]] interface.
Public Methods
Routable::__construct(): Initialise aRoutableinstance.Routable::process()