* @package MCMS\System\Plugin */ interface iPlugInRouter extends iPlugIn { /** * Do the routing */ public function doRoute(); }