PHP Class example

Author: Rushui
Inheritance: extends MY_Controller
Afficher le fichier Open project: snoopythesecuritydog/dvws Class Usage Examples

Méthodes publiques

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

Method Details

changeYourState() public méthode

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
Résultat boolean

getsystemstatus() public méthode

public getsystemstatus ( $param )

giveMeSomeData() public méthode

public giveMeSomeData ( $param )