ftp\SIG_Upload::get_uploaded_files PHP Method

get_uploaded_files() public method

Returns the files that were uploaded.
public get_uploaded_files ( ) : array
return array
    public function get_uploaded_files()
    {
        return $this->_uploaded;
    }