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