: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
* elFinder driver for Volume Group.
class elFinderVolumeGroup extends elFinderVolumeDriver
* Must be started from letter and contains [a-z0-9]
* Used as part of volume id
protected $driverId = 'g';
* Extend options with required fields
public function __construct()
$this->options['type'] = 'group';
$this->options['path'] = '/';
$this->options['dirUrlOwn'] = true;
$this->options['syncMinMs'] = 0;
$this->options['tmbPath'] = '';
$this->options['disabled'] = array(
/*********************************************************************/
/*********************************************************************/
/*********************** paths/urls *************************/
protected function _dirname($path)
protected function _basename($path)
protected function _joinPath($dir, $name)
protected function _normpath($path)
protected function _relpath($path)
protected function _abspath($path)
protected function _path($path)
protected function _inpath($path, $parent)
/***************** file stat ********************/
protected function _stat($path)
protected function _subdirs($path)
protected function _dimensions($path, $mime)
/******************** file/dir content *********************/
protected function readlink($path)
protected function _scandir($path)
protected function _fopen($path, $mode = 'rb')
protected function _fclose($fp, $path = '')
/******************** file/dir manipulations *************************/
protected function _mkdir($path, $name)
protected function _mkfile($path, $name)
protected function _symlink($source, $targetDir, $name)
protected function _copy($source, $targetDir, $name)
protected function _move($source, $targetDir, $name)
protected function _unlink($path)
protected function _rmdir($path)
protected function _save($fp, $dir, $name, $stat)
protected function _getContents($path)
protected function _filePutContents($path, $content)
protected function _checkArchivers()
protected function _chmod($path, $mode)
protected function _findSymlinks($path)
protected function _extract($path, $arc)
protected function _archive($dir, $files, $name, $arc)