Subversion Repositories oidplus

Rev

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

Rev 511 Rev 889
Line 21... Line 21...
21
 
21
 
22
abstract class OIDplusObjectTypePlugin extends OIDplusPlugin {
22
abstract class OIDplusObjectTypePlugin extends OIDplusPlugin {
23
 
23
 
24
        public static abstract function getObjectTypeClassName();
24
        public static abstract function getObjectTypeClassName();
25
 
25
 
-
 
26
        public static function prefilterQuery($static_node_id, $throw_exception) {
-
 
27
                return $static_node_id;
-
 
28
        }
-
 
29
 
26
}
30
}
27
 
31