Add some missing docblocks.

This commit is contained in:
Michal Čihař
2008-11-24 11:12:52 +00:00
parent e1c909326f
commit 195b538d8d

View File

@@ -32,6 +32,9 @@ if (! defined('PHPMYADMIN')) {
exit; exit;
} }
/**
* Load SOAP client.
*/
@include_once 'SOAP/Client.php'; @include_once 'SOAP/Client.php';
if (!function_exists('class_exists') || !class_exists('SOAP_Client')) { if (!function_exists('class_exists') || !class_exists('SOAP_Client')) {
@@ -39,6 +42,9 @@ if (!function_exists('class_exists') || !class_exists('SOAP_Client')) {
} else { } else {
// Ok, we have SOAP Support, so let's use it! // Ok, we have SOAP Support, so let's use it!
/**
* @package phpMyAdmin
*/
class PMA_SQLValidator { class PMA_SQLValidator {
var $url; var $url;