Represents a recyclebin.
More...
|
| can_delete () |
| Can we delete this?
|
|
| can_restore () |
| Can we restore items in this recycle bin?
|
|
| can_view () |
| Can we view items in this recycle bin?
|
|
| delete_all_items () |
| Empty the recycle bin.
|
|
| delete_item ($item) |
| Delete an item from the recycle bin.
|
|
| get_item ($itemid) |
| Returns an item from the recycle bin.
|
|
| get_items () |
| Returns a list of items in the recycle bin.
|
|
| restore_item ($item) |
| Restore an item from the recycle bin.
|
|
| store_item ($item) |
| Store an item in this recycle bin.
|
|
Represents a recyclebin.
- Copyright
- 2015 University of Kent
- License
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
◆ can_delete()
tool_recyclebin\base_bin::can_delete |
( |
| ) |
|
|
abstract |
◆ can_restore()
tool_recyclebin\base_bin::can_restore |
( |
| ) |
|
|
abstract |
◆ can_view()
tool_recyclebin\base_bin::can_view |
( |
| ) |
|
|
abstract |
◆ delete_item()
tool_recyclebin\base_bin::delete_item |
( |
| $item | ) |
|
|
abstract |
◆ get_item()
tool_recyclebin\base_bin::get_item |
( |
| $itemid | ) |
|
|
abstract |
◆ get_items()
tool_recyclebin\base_bin::get_items |
( |
| ) |
|
|
abstract |
◆ is_enabled()
static tool_recyclebin\base_bin::is_enabled |
( |
| ) |
|
|
static |
◆ restore_item()
tool_recyclebin\base_bin::restore_item |
( |
| $item | ) |
|
|
abstract |
◆ store_item()
tool_recyclebin\base_bin::store_item |
( |
| $item | ) |
|
|
abstract |
The documentation for this class was generated from the following file:
- admin/tool/recyclebin/classes/base_bin.php