|
The atkServer class is the base implementation of the ATK webservices layer. It can be used to instantiate an atkServer object using any of the supported protocols. Located in /interface/class.atkserver.inc [line 34] Author(s):
|
| atkServer | __construct() | Constructor |
| string | getDefaultProtocol() | Get default protocol |
| atkServer | getInstance() | Get an instance of this class |
| string | getProtocol() | Get protocol |
| bool | isValidProtocol() | Is valid protocol? |
| void | run() | Run the server |
| void | setProtocol() | Set protocol |
|
Constructor
| Access: | private |
|
Get default protocol
| Access: | public |
|
Get an instance of this class
| Access: | public |
|
Is valid protocol?
Parameters:| string | $protocol: |
| Access: | public |
|
Set protocol
Parameters:| string | $protocol: |
| Access: | public |
