You are here

public function elFinderDrupal::__construct in elFinder file manager 7.3

Same name and namespace in other branches
  1. 6.2 inc/elfinder.drupal.inc \elFinderDrupal::__construct()
  2. 7.2 inc/elfinder.drupal.inc \elFinderDrupal::__construct()

File

inc/elfinder.drupal.inc, line 10
elFinder conenctor class

Class

elFinderDrupal
@file

Code

public function __construct($opts) {
  parent::__construct($opts);
  $this->commands['desc'] = array(
    'target' => TRUE,
    'content' => FALSE,
  );
  $this->commands['owner'] = array(
    'target' => TRUE,
    'content' => FALSE,
  );

  //$this->commands['downloadcount'] = array('target' => TRUE, 'content' => FALSE);
}