mTempPath = $sessionData['mTempPath']; $this->mFileSize = $sessionData['mFileSize']; $this->mSrcName = $sessionData['mSrcName']; $this->mFileProps = $sessionData['mFileProps']; $this->mStashed = true; $this->mRemoveTempFile = false; } /* * File has been previously verified so no need to do so again. */ protected function verifyFile( $tmpfile ) { return true; } /* * We're here from "ignore warnings anyway" so return just OK */ function checkWarnings() { return array(); } }