Subversion Repositories oidplus

Rev

Rev 104 | Rev 108 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 104 Rev 106
Line 21... Line 21...
21
        public function type() {}
21
        public function type() {}
22
        public function priority() {}
22
        public function priority() {}
23
        public function action(&$handled) {}
23
        public function action(&$handled) {}
24
        public function cfgSetValue($name, $value) {}
24
        public function cfgSetValue($name, $value) {}
25
        public function gui($id, &$out, &$handled) {}
25
        public function gui($id, &$out, &$handled) {}
26
        public function tree(&$json, $ra_email=null, $nonjs=false) {}
26
        public function tree(&$json, $ra_email=null, $nonjs=false, $req_goto='') {}
27
        public function init($html=true) {}
27
        public function init($html=true) {}
28
        public function modifyContent($id, &$title, &$icon, &$text) {}
28
        public function modifyContent($id, &$title, &$icon, &$text) {}
29
}
29
}
30
 
30