|
ILIAS
eassessment Revision 61809
|
Inheritance diagram for XML_RPC2_Server_CallHandler:
Collaboration diagram for XML_RPC2_Server_CallHandler:Public Member Functions | |
| getMethods () | |
| methods getter | |
| getMethod ($name) | |
| method getter | |
Protected Member Functions | |
| addMethod (XML_RPC2_Server_Method $method) | |
| method appender | |
Protected Attributes | |
| $methods = array() | |
Definition at line 70 of file CallHandler.php.
|
protected |
method appender
| XML_RPC2_Server_Method | Method to append to methods |
Definition at line 103 of file CallHandler.php.
References XML_RPC2_Server_Method\getName().
Referenced by XML_RPC2_Server_Callhandler_Instance\__construct(), and XML_RPC2_Server_Callhandler_Class\__construct().
Here is the call graph for this function:
Here is the caller graph for this function:| XML_RPC2_Server_CallHandler::getMethod | ( | $name | ) |
method getter
| string | Name of method to return |
| XML_RPC2_Server_Method | Method named $name |
Definition at line 117 of file CallHandler.php.
References $name.
Referenced by XML_RPC2_Server_Callhandler_Instance\__call(), and XML_RPC2_Server_Callhandler_Class\__call().
Here is the caller graph for this function:| XML_RPC2_Server_CallHandler::getMethods | ( | ) |
methods getter
Definition at line 90 of file CallHandler.php.
References $methods.
Referenced by XML_RPC2_Server_Callhandler_Instance\__call(), and XML_RPC2_Server_Callhandler_Class\__call().
Here is the caller graph for this function:
|
protected |
Definition at line 80 of file CallHandler.php.
Referenced by getMethods().