You are here

public property filedepot::$validReportingModes in filedepot 7

Same name and namespace in other branches
  1. 6 filedepot.class.php \filedepot::validReportingModes

File

./filedepot.class.php, line 15
filedepot.class.php Main class for the Filedepot module

Class

filedepot
@file filedepot.class.php Main class for the Filedepot module

Code

public $validReportingModes = array(
  'latestfiles',
  'notifications',
  'lockedfiles',
  'downloads',
  'flaggedfiles',
  'unread',
  'myfiles',
  'approvals',
  'incoming',
  'searchtags',
  'search',
);