function filedepotTagCloud::__construct in filedepot 7
Same name and namespace in other branches
- 6 nexcloud.class.php \filedepotTagCloud::__construct()
Overrides nexcloud::__construct
File
- ./
nexcloud.class.php, line 557 - nexcloud.class.php Tag Cloud class for the filedepot module
Class
Code
function __construct() {
parent::__construct();
$this->_type = 'filedepot';
}