PHP 클래스 example

저자: Rushui
상속: extends MY_Controller
파일 보기 프로젝트 열기: snoopythesecuritydog/dvws 1 사용 예제들

공개 메소드들

메소드 설명
changeYourState ( string $state ) : boolean An immaginative public method.
getsystemstatus ( $param )
giveMeSomeData ( $param )

메소드 상세

changeYourState() 공개 메소드

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
리턴 boolean

getsystemstatus() 공개 메소드

public getsystemstatus ( $param )

giveMeSomeData() 공개 메소드

public giveMeSomeData ( $param )