You are here

function filedepotTagCloud::__construct in filedepot 6

Same name and namespace in other branches
  1. 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

filedepotTagCloud

Code

function __construct() {
  parent::__construct();
  $this->_type = 'filedepot';
}