You are here

function filedepotTagCloud::__construct in filedepot 7

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

filedepotTagCloud

Code

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