File tree Expand file tree Collapse file tree 3 files changed +0
-191
lines changed Expand file tree Collapse file tree 3 files changed +0
-191
lines changed Original file line number Diff line number Diff line change @@ -105,16 +105,3 @@ function plugin_pdf_uninstall()
105
105
106
106
return true ;
107
107
}
108
-
109
-
110
- /**
111
- * @since version 1.0.2
112
- **/
113
- function plugin_pdf_registerMethods ()
114
- {
115
- /** @var array $WEBSERVICES_METHOD */
116
- global $ WEBSERVICES_METHOD ;
117
-
118
- $ WEBSERVICES_METHOD ['pdf.getTabs ' ] = ['PluginPdfRemote ' , 'methodGetTabs ' ];
119
- $ WEBSERVICES_METHOD ['pdf.getPdf ' ] = ['PluginPdfRemote ' , 'methodGetPdf ' ];
120
- }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -18,5 +18,4 @@ parameters:
18
18
stubFiles :
19
19
- ../../stubs/glpi_constants.php
20
20
ignoreErrors :
21
- - '#Call to static method Error\ (\ ) on an unknown class PluginWebservicesMethodCommon #'
22
21
- ' #Constant WEBSERVICES_ERROR_[A-Z ]+ not found #'
You can’t perform that action at this time.
0 commit comments