Subversion Repositories oidplus

Rev

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

Rev 1142 Rev 1143
Line 38... Line 38...
38
        /*private*/ const QUERY_GET_OIDINFO_DATA_V1  = '1.3.6.1.4.1.37476.2.5.2.1.6.1';
38
        /*private*/ const QUERY_GET_OIDINFO_DATA_V1  = '1.3.6.1.4.1.37476.2.5.2.1.6.1';
39
 
39
 
40
        /**
40
        /**
41
         * @param string $actionID
41
         * @param string $actionID
42
         * @param array $params
42
         * @param array $params
43
         * @return array|int[]
43
         * @return array
44
         * @throws OIDplusException
44
         * @throws OIDplusException
45
         */
45
         */
46
        public function action(string $actionID, array $params): array {
46
        public function action(string $actionID, array $params): array {
47
 
47
 
48
                if ($actionID == 'import_xml_file') {
48
                if ($actionID == 'import_xml_file') {