configure() protected method

Configure after successfull mount.
Author: Dmitry (dio) Levashov
protected configure ( ) : void
return void
 protected function configure()
 {
     $this->options['tmpPath'] = XOOPS_MODULE_PATH . '/' . _MD_ELFINDER_MYDIRNAME . '/cache';
     parent::configure();
     $this->tmbURL = '';
     $this->tmbPath = '';
     $this->disabled[] = 'pixlr';
 }
 protected function configure()
 {
     parent::configure();
     $this->disabled[] = 'pixlr';
 }