Subversion Repositories oidplus

Rev

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

Rev 277 Rev 279
Line 17... Line 17...
17
 * limitations under the License.
17
 * limitations under the License.
18
 */
18
 */
19
 
19
 
20
abstract class OIDplusPagePlugin extends OIDplusPlugin {
20
abstract class OIDplusPagePlugin extends OIDplusPlugin {
21
        public abstract function type();
21
        public abstract function type();
22
        public abstract function priority();
-
 
23
        public function action(&$handled) {}
22
        public function action(&$handled) {}
24
        public function gui($id, &$out, &$handled) {}
23
        public function gui($id, &$out, &$handled) {}
25
        public function tree(&$json, $ra_email=null, $nonjs=false, $req_goto='') {}
24
        public function tree(&$json, $ra_email=null, $nonjs=false, $req_goto='') {}
26
        public function modifyContent($id, &$title, &$icon, &$text) {}
25
        public function modifyContent($id, &$title, &$icon, &$text) {}
27
        public function tree_search($request) {}
26
        public function tree_search($request) {}