PHP Class Phergie_Plugin_BeerScore, phergie

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

Protected Properties

Property Type Description
$http Phergie_Plugin_Http HTTP plugin

Public Methods

Method Description
onCommandBeerscore ( string $searchstring ) : void Handles beerscore commands.
onLoad ( ) : void Checks for dependencies.

Method Details

onCommandBeerscore() public method

Handles beerscore commands.
public onCommandBeerscore ( string $searchstring ) : void
$searchstring string String to use in seaching for beer scores
return void

onLoad() public method

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

Property Details

$http protected property

HTTP plugin
protected Phergie_Plugin_Http $http
return Phergie_Plugin_Http