*/ interface CommonModuleInterface { /** * Initialization for the controller. */ public function initialize(); }