public property filedepot::$notificationTypes in filedepot 6
Same name and namespace in other branches
- 7 filedepot.class.php \filedepot::notificationTypes
File
- ./
filedepot.class.php, line 62 - 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',
);