PHP Class Phergie_Plugin_Cocktail, phergie

Inheritance: extends Phergie_Plugin_Abstract
Show file Open project: phergie/phergie

Public Methods

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

Method Details

onCommandCocktail() public method

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

onLoad() public method

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