Subversion Repositories oidplus

Rev

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

Rev 281 Rev 282
Line 21... Line 21...
21
        public function action(&$handled) {}
21
        public function action(&$handled) {}
22
        public function gui($id, &$out, &$handled) {}
22
        public function gui($id, &$out, &$handled) {}
23
        public function tree(&$json, $ra_email=null, $nonjs=false, $req_goto='') {}
23
        public function tree(&$json, $ra_email=null, $nonjs=false, $req_goto='') {}
24
        public function modifyContent($id, &$title, &$icon, &$text) {}
24
        public function modifyContent($id, &$title, &$icon, &$text) {}
25
        public function tree_search($request) {}
25
        public function tree_search($request) {}
-
 
26
        public function publicSitemap(&$out) {}
26
}
27
}
27
28