Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 14... Línea 14...
14
//
14
//
15
// You should have received a copy of the GNU General Public License
15
// You should have received a copy of the GNU General Public License
16
// along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
16
// along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
Línea 17... Línea 17...
17
 
17
 
18
/**
18
/**
19
 * Web services wrapper library script
-
 
20
 *
-
 
21
 * Since Moodle 2.0 we rely only on native PHP Soap extension,
-
 
22
 * the original name of this file was lib/soap/phpsoap.php
19
 * Web services wrapper library script.
23
 *
20
 *
24
 * @package    core
21
 * @package    core
25
 * @subpackage lib
22
 * @subpackage lib
26
 * @author     Alex Smith and others members of the Serving Mathematics project
23
 * @author     Alex Smith and others members of the Serving Mathematics project
27
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
24
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
28
 *             {@link http://maths.york.ac.uk/serving_maths}
25
 *             {@link http://maths.york.ac.uk/serving_maths}
-
 
26
 *             and others
-
 
27
 * @deprecated Moodle 4.5
29
 *             and others
28
 * @todo MDL-82194 Remove this file.
Línea 30... Línea 29...
30
 */
29
 */
Línea -... Línea 30...
-
 
30
 
-
 
31
defined('MOODLE_INTERNAL') || die();
-
 
32
 
-
 
33
debugging(
-
 
34
    'The soaplib.php file is deprecated and should not be used any more. ',
31
 
35
    DEBUG_DEVELOPER,
32
defined('MOODLE_INTERNAL') || die();
36
);
33
 
37
 
34
/**
38
/**
35
* Create a new SoapClient object
39
* Create a new SoapClient object