PHP 클래스 Phergie_Plugin_AltNick, phergie

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

보호된 프로퍼티들

프로퍼티 타입 설명
$iterator ArrayIterator Iterator for the alternate nick list

공개 메소드들

메소드 설명
onConnect ( ) : void Initializes instance variables.
onResponse ( ) : void Switches to alternate nicks as needed when nick collisions occur.

메소드 상세

onConnect() 공개 메소드

Initializes instance variables.
public onConnect ( ) : void
리턴 void

onResponse() 공개 메소드

Switches to alternate nicks as needed when nick collisions occur.
public onResponse ( ) : void
리턴 void

프로퍼티 상세

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

Iterator for the alternate nick list
protected ArrayIterator $iterator
리턴 ArrayIterator