ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
ilSoapMethod.php
Go to the documentation of this file.
1 <?php
2 
9 interface ilSoapMethod
10 {
11 
18  public function getName();
19 
28  public function getInputParams();
29 
35  public function getOutputParams();
36 
42  public function getServiceNamespace();
43 
49  public function getServiceStyle();
50 
56  public function getServiceUse();
57 
63  public function getDocumentation();
64 
72  public function execute(array $params);
73 }
$params
Definition: disable.php:11
getDocumentation()
Get the documentation of this method.
getName()
Get the name of the method.
getServiceUse()
Get the service use, e.g.
getOutputParams()
Get the output parameters in the same format as the input parameters.
getServiceStyle()
Get the service style, e.g.
Interface ilSoapMethod.
Definition: ilSoapMethod.php:9
getInputParams()
Get the input parameters.
execute(array $params)
Execute the business logic for this SOAP method (when a SOAP request hits the endpoint defined by the...
Create styles array
The data for the language used.
getServiceNamespace()
Get the namespace of the service where this method belongs to.