![]() |
IP.Board
3.3.0
|
Public Member Functions | |
| __destruct () | |
| commit ($file_id=0) | |
| remove ($record) | |
| rollback () | |
| store ($data=array()) | |
| __destruct | ( | ) |
Destructor
public
| commit | ( | $ | file_id = 0 | ) |
Finalize the storage
public
| integer | File id |
Reimplemented from storageEngine.
| remove | ( | $ | record | ) |
Remove a file
public
| array | Record data |
Implements interface_storage.
| rollback | ( | ) |
| store | ( | $ | data = array() | ) |
Stores the uploaded files
public
| array | File information |
Implements interface_storage.