Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
example
PHP Class example
Author:
Rushui
Inheritance:
extends
MY_Controller
Exibir arquivo
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
)