Subversion Repositories oidplus

Rev

Rev 1086 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1086 Rev 1116
Line 23... Line 23...
23
\defined('INSIDE_OIDPLUS') or die;
23
\defined('INSIDE_OIDPLUS') or die;
24
// phpcs:enable PSR1.Files.SideEffects
24
// phpcs:enable PSR1.Files.SideEffects
25
 
25
 
26
class OIDplusObjectTypePluginOther extends OIDplusObjectTypePlugin {
26
class OIDplusObjectTypePluginOther extends OIDplusObjectTypePlugin {
27
 
27
 
-
 
28
        /**
-
 
29
         * @return string
-
 
30
         */
28
        public static function getObjectTypeClassName() {
31
        public static function getObjectTypeClassName(): string {
29
                return OIDplusOther::class;
32
                return OIDplusOther::class;
30
        }
33
        }
31
 
34
 
32
}
35
}