Source for file Observer.php
Documentation is available at Observer.php
// $Id: Observer.php,v 1.1 2004/03/12 23:29:55 toby Exp $
* This class implements the Observer part of a Subject-Observer
* design pattern. It listens to the events sent by a Net_FTP instance.
* This module had many influences from the Log_observer code.
* @author Laurent Laville <pear@laurent-laville.org>
* @author Tobias Schlitt <toby@php.net>
* @author Chuck Hagenbuch <chuck@horde.org>
* @license http://www.php.net/license/3_0.txt PHP License 3.0
* @example observer_upload.php An example of Net_FTP_Observer implementation.
* Instance-specific unique identification number.
* Creates a new basic Net_FTP_Observer instance.
* Returns the listener's identifier
* This is a stub method to make sure that Net_FTP_Observer classes do
* something when they are notified of a message. The default behavior
* You should override this method.
* @param mixed $event A hash describing the net event.
Documentation generated on Mon, 11 Mar 2019 13:55:48 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|