Esempio n. 1
0
 public function __construct()
 {
     parent::__construct();
     $this->_logDirPath = untrailingslashit(frameBup::_()->getModule('warehouse')->getPath()) . DS;
 }
Esempio n. 2
0
 public function __construct()
 {
     parent::__construct();
     $this->_maxFileSizeInStack = frameBup::_()->getModule('options')->get('max_file_size_in_stack_mb');
     $this->_maxFileSizeInStack = $this->_maxFileSizeInStack > 0 ? $this->_maxFileSizeInStack * 1024 * 1024 : 30 * 1024 * 1024;
 }
Esempio n. 3
0
 public function __construct()
 {
     parent::__construct();
     $this->_logDirPath = frameBup::_()->getModule('warehouse')->getTemporaryPath() . DS;
 }