PHP Class Phergie_Plugin_AltNick, phergie

Inheritance: extends Phergie_Plugin_Abstract
显示文件 Open project: phergie/phergie

Protected Properties

Property Type Description
$iterator ArrayIterator Iterator for the alternate nick list

Public Methods

Method Description
onConnect ( ) : void Initializes instance variables.
onResponse ( ) : void Switches to alternate nicks as needed when nick collisions occur.

Method Details

onConnect() public method

Initializes instance variables.
public onConnect ( ) : void
return void

onResponse() public method

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

Property Details

$iterator protected_oe property

Iterator for the alternate nick list
protected ArrayIterator $iterator
return ArrayIterator