* @package MCMS\System\Plugin */ interface iPlugInAdmin { /** * this method will be used if this component has to handle a requrest. */ // public function handleAction(\MCMS\Response &$response); }