Phergie_Event_Handler::__construct PHP Méthode

__construct() public méthode

Constructor to initialize the event queue.
public __construct ( ) : void
Résultat void
    public function __construct()
    {
        $this->events = array();
    }