PHP Class Phergie_Plugin_PingPong, phergie

Inheritance: extends Phergie_Plugin_Abstract
显示文件 Open project: phergie/phergie

Public Methods

Method Description
onCommandPing ( ) : void Responds to "ping" messages.
onCommandTest ( ) : void Responds to "test" messages.

Method Details

onCommandPing() public method

Responds to "ping" messages.
public onCommandPing ( ) : void
return void

onCommandTest() public method

Responds to "test" messages.
public onCommandTest ( ) : void
return void