PHP Class ftp\SIG_Base

Used as the base for upload and complete FTP signals.
Inheritance: extends XPSPL\SIG
Datei anzeigen Open project: prggmr/xpspl

Protected Properties

Property Type Description
$_unique FTP Transfers are unique.
$_upload SIG_Upload object

Public Methods

Method Description
get_file ( ) : object Returns the uploaded file.
get_upload ( ) : object Returns the upload that finished.
set_upload ( object $upload ) : void Sets the file uploaded.

Method Details

get_file() public method

Returns the uploaded file.
public get_file ( ) : object
return object \ftp\File

get_upload() public method

Returns the upload that finished.
public get_upload ( ) : object
return object

set_upload() public method

Sets the file uploaded.
public set_upload ( object $upload ) : void
$upload object Upload object
return void

Property Details

$_unique protected_oe property

FTP Transfers are unique.
protected $_unique

$_upload protected_oe property

SIG_Upload object
protected $_upload