* @package MCMS\System\Component */ interface iComEditorMM { /** * this mehtod should return the javascript code needed to insert a file adress to a * editor */ public static function generateSelectCallBack($ident); }