PHP Class Phergie_Plugin_AltNick, phergie

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

Protected Properties

Свойство Type Description
$iterator ArrayIterator Iterator for the alternate nick list

Méthodes publiques

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

Method Details

onConnect() public méthode

Initializes instance variables.
public onConnect ( ) : void
Résultat void

onResponse() public méthode

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

Property Details

$iterator protected_oe property

Iterator for the alternate nick list
protected ArrayIterator $iterator
Résultat ArrayIterator