mirror of
https://github.com/moodle/moodle.git
synced 2025-05-01 22:18:03 +02:00
improved docs
This commit is contained in:
parent
19d1e6c208
commit
3f5995886a
@ -58,7 +58,7 @@ function webservice_protocol_is_enabled($protocol) {
|
||||
//=== WS classes ===
|
||||
|
||||
/**
|
||||
* Mandatory test client interface.
|
||||
* Mandatory interface for all test client classes.
|
||||
* @author Petr Skoda (skodak)
|
||||
*/
|
||||
interface webservice_test_client_interface {
|
||||
@ -73,7 +73,7 @@ interface webservice_test_client_interface {
|
||||
}
|
||||
|
||||
/**
|
||||
* Mandatory web service server interface
|
||||
* Mandatory interface for all web service protocol classes
|
||||
* @author Petr Skoda (skodak)
|
||||
*/
|
||||
interface webservice_server_interface {
|
||||
|
Loading…
x
Reference in New Issue
Block a user