public function __construct() { parent::__construct(); $this->_logDirPath = untrailingslashit(frameBup::_()->getModule('warehouse')->getPath()) . DS; }
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; }
public function __construct() { parent::__construct(); $this->_logDirPath = frameBup::_()->getModule('warehouse')->getTemporaryPath() . DS; }