PHP 클래스 Phergie_Plugin_BeerScore, phergie

저자: Phergie Development Team ([email protected])
상속: extends Phergie_Plugin_Abstract
파일 보기 프로젝트 열기: phergie/phergie

보호된 프로퍼티들

프로퍼티 타입 설명
$http Phergie_Plugin_Http HTTP plugin

공개 메소드들

메소드 설명
onCommandBeerscore ( string $searchstring ) : void Handles beerscore commands.
onLoad ( ) : void Checks for dependencies.

메소드 상세

onCommandBeerscore() 공개 메소드

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

onLoad() 공개 메소드

Checks for dependencies.
public onLoad ( ) : void
리턴 void

프로퍼티 상세

$http 보호되어 있는 프로퍼티

HTTP plugin
protected Phergie_Plugin_Http $http
리턴 Phergie_Plugin_Http