PHP 클래스 Phergie_Plugin_TerryChay, phergie

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

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
getChayism ( ) : string | boolean Fetches a chayism.
onLoad ( ) : void Checks for dependencies.
onPrivmsg ( ) : void Parses incoming messages for "Terry Chay" and related variations and responds with a chayism.

메소드 상세

getChayism() 공개 메소드

Fetches a chayism.
public getChayism ( ) : string | boolean
리턴 string | boolean Fetched chayism or FALSE if the operation failed

onLoad() 공개 메소드

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

onPrivmsg() 공개 메소드

Parses incoming messages for "Terry Chay" and related variations and responds with a chayism.
public onPrivmsg ( ) : void
리턴 void

프로퍼티 상세

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

HTTP plugin
protected Phergie_Plugin_Http $http
리턴 Phergie_Plugin_Http