PHP Class example

Author: Rushui
Inheritance: extends MY_Controller
Show file Open project: snoopythesecuritydog/dvws Class Usage Examples

Public Methods

Method Description
changeYourState ( string $state ) : boolean An immaginative public method.
getsystemstatus ( $param )
giveMeSomeData ( $param )

Method Details

changeYourState() public method

Since it is a public method, it WILL be served as RPC. If you want to plug out this method, extend this class with a dummy method. This method return a trivial value and can be implemented as a RPC notification.
public changeYourState ( string $state ) : boolean
$state string
return boolean

getsystemstatus() public method

public getsystemstatus ( $param )

giveMeSomeData() public method

public giveMeSomeData ( $param )