PHP Class Phergie_Plugin_Tea, phergie

Author: Phergie Development Team ([email protected])
Inheritance: extends Phergie_Plugin_Abstract
Show file Open project: phergie/phergie

Public Methods

Method Description
onCommandTea ( string $request ) : void Processes requests to serve a user tea.
onLoad ( ) : void Checks for dependencies.

Method Details

onCommandTea() public method

Processes requests to serve a user tea.
public onCommandTea ( string $request ) : void
$request string Request including the target and an optional suggestion of what tea to serve
return void

onLoad() public method

Checks for dependencies.
public onLoad ( ) : void
return void