ftp\SIG_Base::get_file PHP Method

get_file() public method

Returns the uploaded file.
public get_file ( ) : object
return object \ftp\File
    public function get_file()
    {
        return $this->get_upload();
    }