public property filedepot::$notificationTypes in filedepot 7
Same name and namespace in other branches
- 6 filedepot.class.php \filedepot::notificationTypes
File
- ./
filedepot.class.php, line 64 - filedepot.class.php Main class for the Filedepot module
Class
- filedepot
- @file filedepot.class.php Main class for the Filedepot module
Code
public $notificationTypes = array(
1 => 'New File Added',
2 => 'New File Approved',
3 => 'New File Declined',
4 => 'File Changed',
5 => 'Broadcast',
);