FTP
[ class tree: FTP ] [ index: FTP ] [ all elements ]

Class: Observer_ProgressUpload

Source Location: /Net_FTP-1.4.0/example/observer.php

Class Overview

Net_FTP_Observer
   |
   --Observer_ProgressUpload

  1. Defines the FTP/Progress Observer


Author(s):

Version:

  • Release: 1.4.0

Copyright:

  • 1997-2008 The PHP Group

Variables

Methods


Inherited Variables

Inherited Methods

Class: Net_FTP_Observer

Net_FTP_Observer::Net_FTP_Observer()
Creates a new basic Net_FTP_Observer instance.
Net_FTP_Observer::getId()
Returns the listener's identifier
Net_FTP_Observer::notify()
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 is to just do nothing.

Class Details

[line 65]
  1. Defines the FTP/Progress Observer



[ Top ]


Class Variables

$progress =

[line 67]


Type:   mixed


[ Top ]



Method Detail

Observer_ProgressUpload (Constructor)   [line 76]

void Observer_ProgressUpload( HTML_Progress &$progress)

Constructor for the upload observer

Parameters:

HTML_Progress   &$progress   —  Progress bar

[ Top ]

notify   [line 99]

void notify( mixed $event)

Notification method

Overrides Net_FTP_Observer::notify() (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 is to just do nothing.)

Parameters:

mixed   $event   —  Variable describing occured event

[ Top ]


Documentation generated on Mon, 11 Mar 2019 16:01:42 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.