PHP Class ftp\SIG_Finished

Emitted when an upload finishes.
Inheritance: extends XPSPL\SIG
Datei anzeigen Open project: prggmr/xpspl

Protected Properties

Property Type Description
$_ftp_sig FTP SIG that was uploaded.
$_unique Make the signal unique

Public Methods

Method Description
__construct ( SIG_Upload $sig_upload, $index = null ) Construct new finished signal.

Method Details

__construct() public method

Construct new finished signal.
public __construct ( SIG_Upload $sig_upload, $index = null )
$sig_upload SIG_Upload

Property Details

$_ftp_sig protected_oe property

FTP SIG that was uploaded.
protected $_ftp_sig

$_unique protected_oe property

Make the signal unique
protected $_unique