Subversion Repositories oidplus

Rev

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

Rev 1116 Rev 1130
Line 28... Line 28...
28
        /**
28
        /**
29
         * @return string
29
         * @return string
30
         */
30
         */
31
        public final function getPluginDirectory(): string {
31
        public final function getPluginDirectory(): string {
32
                $reflector = new \ReflectionClass(get_called_class());
32
                $reflector = new \ReflectionClass(get_called_class());
33
                $path = dirname($reflector->getFilename());
33
                return dirname($reflector->getFilename());
34
                return $path;
-
 
35
        }
34
        }
36
 
35
 
37
        /**
36
        /**
38
         * @return OIDplusPluginManifest|null
37
         * @return OIDplusPluginManifest|null
39
         */
38
         */