Class MagratheaServer
Creates a server using Magrathea Tools to respond Json files
Methods summary
public
|
|
public
itself
|
#
AllowAll( )
includes header to allow all
includes header to allow all
Returns
itself
|
public
|
#
Start( )
Start he server, creating listeners to default actions
Start he server, creating listeners to default actions
|
protected
|
#
Json( object $response )
returns the sent parameters in JSON format - and ends the execution with "die";
returns the sent parameters in JSON format - and ends the execution with "die";
Parameters
- $response
- parameter to be printed in json
|
protected
|
#
Wsdl( )
Prints an own summary of all the present functions in the server
Prints an own summary of all the present functions in the server
|
Magic methods summary