elFinder\elFinderVolumeDriver::options PHP Method

options() public method

Return volume options required by client:
Author: Dmitry (dio) Levashov
public options ( $hash ) : array
return array
    public function options($hash)
    {
        return array('path' => $this->_path($this->decode($hash)), 'url' => $this->URL, 'tmbUrl' => $this->tmbURL, 'disabled' => $this->disabled, 'separator' => $this->separator, 'copyOverwrite' => intval($this->options['copyOverwrite']), 'archivers' => array('create' => array_keys($this->archivers['create']), 'extract' => array_keys($this->archivers['extract'])));
    }