PHP Class Phergie_Plugin_BeerScore, phergie

Inheritance: extends Phergie_Plugin_Abstract
Afficher le fichier Open project: phergie/phergie

Protected Properties

Свойство Type Description
$http Phergie_Plugin_Http HTTP plugin

Méthodes publiques

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

Method Details

onCommandBeerscore() public méthode

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

onLoad() public méthode

Checks for dependencies.
public onLoad ( ) : void
Résultat void

Property Details

$http protected_oe property

HTTP plugin
protected Phergie_Plugin_Http $http
Résultat Phergie_Plugin_Http